Html Css Color HEX #AFBBE0 Perano

📋 copy color: '#AFBBE0'

red 175 ◦ green 187 ◦ blue 224

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

Shades of Perano #AFBBE0

Tints of Perano #AFBBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 29.86%
G = 31.91%
B = 38.23%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AFBBE0 (or 0xAFBBE0) is known color: Perano. HEX triplet: AF, BB and E0. RGB value is (175,187,224). Sum of RGB (Red+Green+Blue) = 175+187+224=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFBBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBE0 is #50441F. Grayscale: #BBBBBB. Windows color (decimal): -5260320 or 14728111. OLE color: 14728111.

HSL color Cylindrical-coordinate representation of color #AFBBE0: hue angle of 225.31º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBBE0 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 187 224 -
CMYK 0.22 0.17 0 0.12
HSL 225.31º 0.44% 0.78% -
HSV(B) 225.31º 0.22% 0.88% -
XYZ 48.9 50.04 77.6 -
YUV 187.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 175 187 224 0.22 0.17 0 0.12 225.31 0.44 0.78
Hex AF BB E0 16 11 0 C E1 2C 4E
Octal 257 273 340 26 21 0 14 341 54 116
Binary 10101111 10111011 11100000 10110 10001 0 1100 11100001 101100 1001110

Color Harmonies of #AFBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBE0

Black with #AFBBE0

Text Example


Text Example

White with #AFBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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