Html Css Color HEX #AFB5D9 Perano

📋 copy color: '#AFB5D9'

red 175 ◦ green 181 ◦ blue 217

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

Shades of Perano #AFB5D9

Tints of Perano #AFB5D9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.59%

 BLUE value IS 217 (85.16% from 255) = 37.87%

R = 30.54%
G = 31.59%
B = 37.87%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFB5D9 (or 0xAFB5D9) is known color: Perano. HEX triplet: AF, B5 and D9. RGB value is (175,181,217). Sum of RGB (Red+Green+Blue) = 175+181+217=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFB5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5D9 is #504A26. Grayscale: #B7B7B7. Windows color (decimal): -5261863 or 14267823. OLE color: 14267823.

HSL color Cylindrical-coordinate representation of color #AFB5D9: hue angle of 231.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB5D9 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 181 217 -
CMYK 0.19 0.17 0 0.15
HSL 231.43º 0.36% 0.77% -
HSV(B) 231.43º 0.19% 0.85% -
XYZ 46.73 47.17 72.29 -
YUV 183.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 175 181 217 0.19 0.17 0 0.15 231.43 0.36 0.77
Hex AF B5 D9 13 11 0 F E7 24 4D
Octal 257 265 331 23 21 0 17 347 44 115
Binary 10101111 10110101 11011001 10011 10001 0 1111 11100111 100100 1001101

Color Harmonies of #AFB5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5D9

Black with #AFB5D9

Text Example


Text Example

White with #AFB5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5D9; }

 p { color: rgb(175,181,217); }

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

background-color css

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

 a { background-color: rgb(175,181,217); }

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

border-color css

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

 span { border-color: rgb(175,181,217); }

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