Html Css Color HEX #A6BDEF Perano

📋 copy color: '#A6BDEF'

red 166 ◦ green 189 ◦ blue 239

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

Shades of Perano #A6BDEF

Tints of Perano #A6BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 27.95%
G = 31.82%
B = 40.24%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A6BDEF (or 0xA6BDEF) is known color: Perano. HEX triplet: A6, BD and EF. RGB value is (166,189,239). Sum of RGB (Red+Green+Blue) = 166+189+239=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BDEF is #594210. Grayscale: #BBBBBB. Windows color (decimal): -5849617 or 15711654. OLE color: 15711654.

HSL color Cylindrical-coordinate representation of color #A6BDEF: hue angle of 221.1º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6BDEF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 189 239 -
CMYK 0.31 0.21 0 0.06
HSL 221.1º 0.7% 0.79% -
HSV(B) 221.1º 0.31% 0.94% -
XYZ 49.5 50.73 88.84 -
YUV 187.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 166 189 239 0.31 0.21 0 0.06 221.1 0.7 0.79
Hex A6 BD EF 1F 15 0 6 DD 46 4F
Octal 246 275 357 37 25 0 6 335 106 117
Binary 10100110 10111101 11101111 11111 10101 0 110 11011101 1000110 1001111

Color Harmonies of #A6BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDEF

Black with #A6BDEF

Text Example


Text Example

White with #A6BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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