Html Css Color HEX #A6BCEE Perano

📋 copy color: '#A6BCEE'

red 166 ◦ green 188 ◦ blue 238

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

Shades of Perano #A6BCEE

Tints of Perano #A6BCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.2%

R = 28.04%
G = 31.76%
B = 40.2%

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

#A6BCEE (or 0xA6BCEE) is known color: Perano. HEX triplet: A6, BC and EE. RGB value is (166,188,238). Sum of RGB (Red+Green+Blue) = 166+188+238=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6BCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BCEE is #594311. Grayscale: #BABABA. Windows color (decimal): -5849874 or 15645862. OLE color: 15645862.

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

Color convert

RGB 166 188 238 -
CMYK 0.30 0.21 0 0.07
HSL 221.67º 0.68% 0.79% -
HSV(B) 221.67º 0.3% 0.93% -
XYZ 49.14 50.25 88 -
YUV 187.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 166 188 238 0.30 0.21 0 0.07 221.67 0.68 0.79
Hex A6 BC EE 1E 15 0 7 DE 44 4F
Octal 246 274 356 36 25 0 7 336 104 117
Binary 10100110 10111100 11101110 11110 10101 0 111 11011110 1000100 1001111

Color Harmonies of #A6BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCEE

Black with #A6BCEE

Text Example


Text Example

White with #A6BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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