Html Css Color HEX #A6BBE5 Perano

📋 copy color: '#A6BBE5'

red 166 ◦ green 187 ◦ blue 229

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

Shades of Perano #A6BBE5

Tints of Perano #A6BBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.35%

R = 28.52%
G = 32.13%
B = 39.35%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A6BBE5 (or 0xA6BBE5) is known color: Perano. HEX triplet: A6, BB and E5. RGB value is (166,187,229). Sum of RGB (Red+Green+Blue) = 166+187+229=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6BBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBE5 is #59441A. Grayscale: #B9B9B9. Windows color (decimal): -5850139 or 15055782. OLE color: 15055782.

HSL color Cylindrical-coordinate representation of color #A6BBE5: hue angle of 220º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6BBE5 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 187 229 -
CMYK 0.28 0.18 0 0.10
HSL 220º 0.55% 0.77% -
HSV(B) 220º 0.28% 0.9% -
XYZ 47.64 49.3 81.13 -
YUV 185.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 166 187 229 0.28 0.18 0 0.10 220 0.55 0.77
Hex A6 BB E5 1C 12 0 A DC 37 4D
Octal 246 273 345 34 22 0 12 334 67 115
Binary 10100110 10111011 11100101 11100 10010 0 1010 11011100 110111 1001101

Color Harmonies of #A6BBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBE5

Black with #A6BBE5

Text Example


Text Example

White with #A6BBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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