Html Css Color HEX #AFBADC Perano

📋 copy color: '#AFBADC'

red 175 ◦ green 186 ◦ blue 220

#AFBADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #AFBADC

Tints of Perano #AFBADC

RGB

 RED value IS 175 (68.75% from 255) = 30.12%

 GREEN value IS 186 (73.05% from 255) = 32.01%

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 30.12%
G = 32.01%
B = 37.87%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFBADC (or 0xAFBADC) is known color: Perano. HEX triplet: AF, BA and DC. RGB value is (175,186,220). Sum of RGB (Red+Green+Blue) = 175+186+220=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBADC is #504523. Grayscale: #BABABA. Windows color (decimal): -5260580 or 14465711. OLE color: 14465711.

HSL color Cylindrical-coordinate representation of color #AFBADC: hue angle of 225.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFBADC is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 186 220 -
CMYK 0.20 0.15 0 0.14
HSL 225.33º 0.39% 0.77% -
HSV(B) 225.33º 0.2% 0.86% -
XYZ 48.16 49.4 74.71 -
YUV 186.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 175 186 220 0.20 0.15 0 0.14 225.33 0.39 0.77
Hex AF BA DC 14 F 0 E E1 27 4D
Octal 257 272 334 24 17 0 16 341 47 115
Binary 10101111 10111010 11011100 10100 1111 0 1110 11100001 100111 1001101

Color Harmonies of #AFBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBADC

Black with #AFBADC

Text Example


Text Example

White with #AFBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBADC; }

 p { color: rgb(175,186,220); }

 H1.HeaderClassName
 {
   color: #AFBADC;
 }
 .AnyTagClassName
 {
   color: #AFBADC;
 }
</style>

background-color css

<style>
 a { background-color: #AFBADC; }

 a { background-color: rgb(175,186,220); }

 div.DivClassName
 {
   background-color: #AFBADC;
 }
 .BgClassName
 {
   background-color: #AFBADC;
 }
</style>

border-color css

<style>
 span { border-color: #AFBADC; }

 span { border-color: rgb(175,186,220); }

 td.TdClassName
 {
   border-color: #AFBADC;
 }
 .TagClassName
 {
   border-color: #AFBADC;
 }
</style>