Html Css Color HEX #A6BADF Perano

📋 copy color: '#A6BADF'

red 166 ◦ green 186 ◦ blue 223

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

Shades of Perano #A6BADF

Tints of Perano #A6BADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.35%

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 28.87%
G = 32.35%
B = 38.78%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6BADF (or 0xA6BADF) is known color: Perano. HEX triplet: A6, BA and DF. RGB value is (166,186,223). Sum of RGB (Red+Green+Blue) = 166+186+223=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BADF is #594520. Grayscale: #B8B8B8. Windows color (decimal): -5850401 or 14662310. OLE color: 14662310.

HSL color Cylindrical-coordinate representation of color #A6BADF: hue angle of 218.95º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6BADF is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 186 223 -
CMYK 0.26 0.17 0 0.13
HSL 218.95º 0.47% 0.76% -
HSV(B) 218.95º 0.26% 0.87% -
XYZ 46.6 48.55 76.73 -
YUV 184.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 166 186 223 0.26 0.17 0 0.13 218.95 0.47 0.76
Hex A6 BA DF 1A 11 0 D DB 2F 4C
Octal 246 272 337 32 21 0 15 333 57 114
Binary 10100110 10111010 11011111 11010 10001 0 1101 11011011 101111 1001100

Color Harmonies of #A6BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BADF

Black with #A6BADF

Text Example


Text Example

White with #A6BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BADF; }

 p { color: rgb(166,186,223); }

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

background-color css

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

 a { background-color: rgb(166,186,223); }

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

border-color css

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

 span { border-color: rgb(166,186,223); }

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