Html Css Color HEX #A6BEED Perano

📋 copy color: '#A6BEED'

red 166 ◦ green 190 ◦ blue 237

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

Shades of Perano #A6BEED

Tints of Perano #A6BEED

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.04%

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

R = 27.99%
G = 32.04%
B = 39.97%

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

#A6BEED (or 0xA6BEED) is known color: Perano. HEX triplet: A6, BE and ED. RGB value is (166,190,237). Sum of RGB (Red+Green+Blue) = 166+190+237=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6BEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BEED is #594112. Grayscale: #BBBBBB. Windows color (decimal): -5849363 or 15580838. OLE color: 15580838.

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

Color convert

RGB 166 190 237 -
CMYK 0.30 0.20 0 0.07
HSL 219.72º 0.66% 0.79% -
HSV(B) 219.72º 0.3% 0.93% -
XYZ 49.43 51.05 87.37 -
YUV 188.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 166 190 237 0.30 0.20 0 0.07 219.72 0.66 0.79
Hex A6 BE ED 1E 14 0 7 DC 42 4F
Octal 246 276 355 36 24 0 7 334 102 117
Binary 10100110 10111110 11101101 11110 10100 0 111 11011100 1000010 1001111

Color Harmonies of #A6BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BEED

Black with #A6BEED

Text Example


Text Example

White with #A6BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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