Html Css Color HEX #A6BCEB Perano

📋 copy color: '#A6BCEB'

red 166 ◦ green 188 ◦ blue 235

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

Shades of Perano #A6BCEB

Tints of Perano #A6BCEB

RGB

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

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

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

R = 28.18%
G = 31.92%
B = 39.9%

CMYK

 C value IS 0.29

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6BCEB (or 0xA6BCEB) is known color: Perano. HEX triplet: A6, BC and EB. RGB value is (166,188,235). Sum of RGB (Red+Green+Blue) = 166+188+235=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BCEB is #594314. Grayscale: #BABABA. Windows color (decimal): -5849877 or 15449254. OLE color: 15449254.

HSL color Cylindrical-coordinate representation of color #A6BCEB: hue angle of 220.87º 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 #A6BCEB is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 188 235 -
CMYK 0.29 0.2 0 0.08
HSL 220.87º 0.63% 0.79% -
HSV(B) 220.87º 0.29% 0.92% -
XYZ 48.7 50.07 85.7 -
YUV 186.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 166 188 235 0.29 0.2 0 0.08 220.87 0.63 0.79
Hex A6 BC EB 1D 14 0 8 DD 3F 4F
Octal 246 274 353 35 24 0 10 335 77 117
Binary 10100110 10111100 11101011 11101 10100 0 1000 11011101 111111 1001111

Color Harmonies of #A6BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCEB

Black with #A6BCEB

Text Example


Text Example

White with #A6BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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