Html Css Color HEX #AFBBE7 Perano

📋 copy color: '#AFBBE7'

red 175 ◦ green 187 ◦ blue 231

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

Shades of Perano #AFBBE7

Tints of Perano #AFBBE7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.53%

 BLUE value IS 231 (90.63% from 255) = 38.95%

R = 29.51%
G = 31.53%
B = 38.95%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AFBBE7 (or 0xAFBBE7) is known color: Perano. HEX triplet: AF, BB and E7. RGB value is (175,187,231). Sum of RGB (Red+Green+Blue) = 175+187+231=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 231 - color contains mainly: blue. Hex color #AFBBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBBE7 is #504418. Grayscale: #BCBCBC. Windows color (decimal): -5260313 or 15186863. OLE color: 15186863.

HSL color Cylindrical-coordinate representation of color #AFBBE7: hue angle of 227.14º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFBBE7 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 187 231 -
CMYK 0.24 0.19 0 0.09
HSL 227.14º 0.54% 0.8% -
HSV(B) 227.14º 0.24% 0.91% -
XYZ 49.87 50.42 82.71 -
YUV 188.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 175 187 231 0.24 0.19 0 0.09 227.14 0.54 0.8
Hex AF BB E7 18 13 0 9 E3 36 50
Octal 257 273 347 30 23 0 11 343 66 120
Binary 10101111 10111011 11100111 11000 10011 0 1001 11100011 110110 1010000

Color Harmonies of #AFBBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBE7

Black with #AFBBE7

Text Example


Text Example

White with #AFBBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBE7; }

 p { color: rgb(175,187,231); }

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

background-color css

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

 a { background-color: rgb(175,187,231); }

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

border-color css

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

 span { border-color: rgb(175,187,231); }

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