Html Css Color HEX #AFB6D9 Perano

📋 copy color: '#AFB6D9'

red 175 ◦ green 182 ◦ blue 217

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

Shades of Perano #AFB6D9

Tints of Perano #AFB6D9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.71%

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

R = 30.49%
G = 31.71%
B = 37.8%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFB6D9 (or 0xAFB6D9) is known color: Perano. HEX triplet: AF, B6 and D9. RGB value is (175,182,217). Sum of RGB (Red+Green+Blue) = 175+182+217=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFB6D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6D9 is #504926. Grayscale: #B7B7B7. Windows color (decimal): -5261607 or 14268079. OLE color: 14268079.

HSL color Cylindrical-coordinate representation of color #AFB6D9: hue angle of 230º 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 #AFB6D9 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 182 217 -
CMYK 0.19 0.16 0 0.15
HSL 230º 0.36% 0.77% -
HSV(B) 230º 0.19% 0.85% -
XYZ 46.93 47.58 72.36 -
YUV 183.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 175 182 217 0.19 0.16 0 0.15 230 0.36 0.77
Hex AF B6 D9 13 10 0 F E6 24 4D
Octal 257 266 331 23 20 0 17 346 44 115
Binary 10101111 10110110 11011001 10011 10000 0 1111 11100110 100100 1001101

Color Harmonies of #AFB6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6D9

Black with #AFB6D9

Text Example


Text Example

White with #AFB6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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