Html Css Color HEX #A6BBEA Perano

📋 copy color: '#A6BBEA'

red 166 ◦ green 187 ◦ blue 234

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

Shades of Perano #A6BBEA

Tints of Perano #A6BBEA

RGB

 RED value IS 166 (65.23% from 255) = 28.28%

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

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 28.28%
G = 31.86%
B = 39.86%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6BBEA (or 0xA6BBEA) is known color: Perano. HEX triplet: A6, BB and EA. RGB value is (166,187,234). Sum of RGB (Red+Green+Blue) = 166+187+234=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BBEA is #594415. Grayscale: #B9B9B9. Windows color (decimal): -5850134 or 15383462. OLE color: 15383462.

HSL color Cylindrical-coordinate representation of color #A6BBEA: hue angle of 221.47º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6BBEA is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 187 234 -
CMYK 0.29 0.20 0 0.08
HSL 221.47º 0.62% 0.78% -
HSV(B) 221.47º 0.29% 0.92% -
XYZ 48.35 49.59 84.87 -
YUV 186.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 166 187 234 0.29 0.20 0 0.08 221.47 0.62 0.78
Hex A6 BB EA 1D 14 0 8 DD 3E 4E
Octal 246 273 352 35 24 0 10 335 76 116
Binary 10100110 10111011 11101010 11101 10100 0 1000 11011101 111110 1001110

Color Harmonies of #A6BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBEA

Black with #A6BBEA

Text Example


Text Example

White with #A6BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBEA; }

 p { color: rgb(166,187,234); }

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

background-color css

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

 a { background-color: rgb(166,187,234); }

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

border-color css

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

 span { border-color: rgb(166,187,234); }

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