Html Css Color HEX #AFBBE6 Perano

📋 copy color: '#AFBBE6'

red 175 ◦ green 187 ◦ blue 230

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

Shades of Perano #AFBBE6

Tints of Perano #AFBBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.85%

R = 29.56%
G = 31.59%
B = 38.85%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFBBE6 (or 0xAFBBE6) is known color: Perano. HEX triplet: AF, BB and E6. RGB value is (175,187,230). Sum of RGB (Red+Green+Blue) = 175+187+230=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFBBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBBE6 is #504419. Grayscale: #BCBCBC. Windows color (decimal): -5260314 or 15121327. OLE color: 15121327.

HSL color Cylindrical-coordinate representation of color #AFBBE6: hue angle of 226.91º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFBBE6 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 187 230 -
CMYK 0.24 0.19 0 0.10
HSL 226.91º 0.52% 0.79% -
HSV(B) 226.91º 0.24% 0.9% -
XYZ 49.73 50.37 81.96 -
YUV 188.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 175 187 230 0.24 0.19 0 0.10 226.91 0.52 0.79
Hex AF BB E6 18 13 0 A E3 34 4F
Octal 257 273 346 30 23 0 12 343 64 117
Binary 10101111 10111011 11100110 11000 10011 0 1010 11100011 110100 1001111

Color Harmonies of #AFBBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBE6

Black with #AFBBE6

Text Example


Text Example

White with #AFBBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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