Html Css Color HEX #A6BBEB Perano

📋 copy color: '#A6BBEB'

red 166 ◦ green 187 ◦ blue 235

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

Shades of Perano #A6BBEB

Tints of Perano #A6BBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.97%

R = 28.23%
G = 31.8%
B = 39.97%

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

#A6BBEB (or 0xA6BBEB) is known color: Perano. HEX triplet: A6, BB and EB. RGB value is (166,187,235). Sum of RGB (Red+Green+Blue) = 166+187+235=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BBEB is #594414. Grayscale: #B9B9B9. Windows color (decimal): -5850133 or 15448998. OLE color: 15448998.

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

Color convert

RGB 166 187 235 -
CMYK 0.29 0.20 0 0.08
HSL 221.74º 0.63% 0.79% -
HSV(B) 221.74º 0.29% 0.92% -
XYZ 48.49 49.65 85.62 -
YUV 186.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 166 187 235 0.29 0.20 0 0.08 221.74 0.63 0.79
Hex A6 BB EB 1D 14 0 8 DE 3F 4F
Octal 246 273 353 35 24 0 10 336 77 117
Binary 10100110 10111011 11101011 11101 10100 0 1000 11011110 111111 1001111

Color Harmonies of #A6BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBEB

Black with #A6BBEB

Text Example


Text Example

White with #A6BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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