Html Css Color HEX #A6BDEA Perano

📋 copy color: '#A6BDEA'

red 166 ◦ green 189 ◦ blue 234

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

Shades of Perano #A6BDEA

Tints of Perano #A6BDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.09%

 BLUE value IS 234 (91.8% from 255) = 39.73%

R = 28.18%
G = 32.09%
B = 39.73%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6BDEA (or 0xA6BDEA) is known color: Perano. HEX triplet: A6, BD and EA. RGB value is (166,189,234). Sum of RGB (Red+Green+Blue) = 166+189+234=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BDEA is #594215. Grayscale: #BBBBBB. Windows color (decimal): -5849622 or 15383974. OLE color: 15383974.

HSL color Cylindrical-coordinate representation of color #A6BDEA: hue angle of 219.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6BDEA is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 189 234 -
CMYK 0.29 0.19 0 0.08
HSL 219.71º 0.62% 0.78% -
HSV(B) 219.71º 0.29% 0.92% -
XYZ 48.77 50.44 85.01 -
YUV 187.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 166 189 234 0.29 0.19 0 0.08 219.71 0.62 0.78
Hex A6 BD EA 1D 13 0 8 DC 3E 4E
Octal 246 275 352 35 23 0 10 334 76 116
Binary 10100110 10111101 11101010 11101 10011 0 1000 11011100 111110 1001110

Color Harmonies of #A6BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDEA

Black with #A6BDEA

Text Example


Text Example

White with #A6BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDEA; }

 p { color: rgb(166,189,234); }

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

background-color css

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

 a { background-color: rgb(166,189,234); }

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

border-color css

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

 span { border-color: rgb(166,189,234); }

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