Html Css Color HEX #AFB5D7 Perano

📋 copy color: '#AFB5D7'

red 175 ◦ green 181 ◦ blue 215

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

Shades of Perano #AFB5D7

Tints of Perano #AFB5D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.65%

R = 30.65%
G = 31.7%
B = 37.65%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFB5D7 (or 0xAFB5D7) is known color: Perano. HEX triplet: AF, B5 and D7. RGB value is (175,181,215). Sum of RGB (Red+Green+Blue) = 175+181+215=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFB5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5D7 is #504A28. Grayscale: #B6B6B6. Windows color (decimal): -5261865 or 14136751. OLE color: 14136751.

HSL color Cylindrical-coordinate representation of color #AFB5D7: hue angle of 231º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB5D7 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 181 215 -
CMYK 0.19 0.16 0 0.16
HSL 231º 0.33% 0.76% -
HSV(B) 231º 0.19% 0.84% -
XYZ 46.47 47.07 70.93 -
YUV 183.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 175 181 215 0.19 0.16 0 0.16 231 0.33 0.76
Hex AF B5 D7 13 10 0 10 E7 21 4C
Octal 257 265 327 23 20 0 20 347 41 114
Binary 10101111 10110101 11010111 10011 10000 0 10000 11100111 100001 1001100

Color Harmonies of #AFB5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5D7

Black with #AFB5D7

Text Example


Text Example

White with #AFB5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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