Html Css Color HEX #A6BCED Perano

📋 copy color: '#A6BCED'

red 166 ◦ green 188 ◦ blue 237

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

Shades of Perano #A6BCED

Tints of Perano #A6BCED

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.81%

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 28.09%
G = 31.81%
B = 40.1%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6BCED (or 0xA6BCED) is known color: Perano. HEX triplet: A6, BC and ED. RGB value is (166,188,237). Sum of RGB (Red+Green+Blue) = 166+188+237=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BCED is #594312. Grayscale: #BABABA. Windows color (decimal): -5849875 or 15580326. OLE color: 15580326.

HSL color Cylindrical-coordinate representation of color #A6BCED: hue angle of 221.41º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6BCED is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 188 237 -
CMYK 0.30 0.21 0 0.07
HSL 221.41º 0.66% 0.79% -
HSV(B) 221.41º 0.3% 0.93% -
XYZ 49 50.19 87.23 -
YUV 187.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 166 188 237 0.30 0.21 0 0.07 221.41 0.66 0.79
Hex A6 BC ED 1E 15 0 7 DD 42 4F
Octal 246 274 355 36 25 0 7 335 102 117
Binary 10100110 10111100 11101101 11110 10101 0 111 11011101 1000010 1001111

Color Harmonies of #A6BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCED

Black with #A6BCED

Text Example


Text Example

White with #A6BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCED; }

 p { color: rgb(166,188,237); }

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

background-color css

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

 a { background-color: rgb(166,188,237); }

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

border-color css

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

 span { border-color: rgb(166,188,237); }

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