Html Css Color HEX #A6BCEC Perano

📋 copy color: '#A6BCEC'

red 166 ◦ green 188 ◦ blue 236

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

Shades of Perano #A6BCEC

Tints of Perano #A6BCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40%

R = 28.14%
G = 31.86%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6BCEC (or 0xA6BCEC) is known color: Perano. HEX triplet: A6, BC and EC. RGB value is (166,188,236). Sum of RGB (Red+Green+Blue) = 166+188+236=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BCEC is #594313. Grayscale: #BABABA. Windows color (decimal): -5849876 or 15514790. OLE color: 15514790.

HSL color Cylindrical-coordinate representation of color #A6BCEC: hue angle of 221.14º degrees, saturation: 0.65, 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 #A6BCEC is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 188 236 -
CMYK 0.30 0.20 0 0.07
HSL 221.14º 0.65% 0.79% -
HSV(B) 221.14º 0.3% 0.93% -
XYZ 48.85 50.13 86.46 -
YUV 186.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 166 188 236 0.30 0.20 0 0.07 221.14 0.65 0.79
Hex A6 BC EC 1E 14 0 7 DD 41 4F
Octal 246 274 354 36 24 0 7 335 101 117
Binary 10100110 10111100 11101100 11110 10100 0 111 11011101 1000001 1001111

Color Harmonies of #A6BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCEC

Black with #A6BCEC

Text Example


Text Example

White with #A6BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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