Html Css Color HEX #A6BDF9 Perano

📋 copy color: '#A6BDF9'

red 166 ◦ green 189 ◦ blue 249

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

Shades of Perano #A6BDF9

Tints of Perano #A6BDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 27.48%
G = 31.29%
B = 41.23%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A6BDF9 (or 0xA6BDF9) is known color: Perano. HEX triplet: A6, BD and F9. RGB value is (166,189,249). Sum of RGB (Red+Green+Blue) = 166+189+249=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #A6BDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BDF9 is #594206. Grayscale: #BCBCBC. Windows color (decimal): -5849607 or 16367014. OLE color: 16367014.

HSL color Cylindrical-coordinate representation of color #A6BDF9: hue angle of 223.37º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6BDF9 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 189 249 -
CMYK 0.33 0.24 0 0.02
HSL 223.37º 0.87% 0.81% -
HSV(B) 223.37º 0.33% 0.98% -
XYZ 51.02 51.34 96.84 -
YUV 188.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 166 189 249 0.33 0.24 0 0.02 223.37 0.87 0.81
Hex A6 BD F9 21 18 0 2 DF 57 51
Octal 246 275 371 41 30 0 2 337 127 121
Binary 10100110 10111101 11111001 100001 11000 0 10 11011111 1010111 1010001

Color Harmonies of #A6BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDF9

Black with #A6BDF9

Text Example


Text Example

White with #A6BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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