Html Css Color HEX #A6BAFA Perano

📋 copy color: '#A6BAFA'

red 166 ◦ green 186 ◦ blue 250

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

Shades of Perano #A6BAFA

Tints of Perano #A6BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 27.57%
G = 30.9%
B = 41.53%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A6BAFA (or 0xA6BAFA) is known color: Perano. HEX triplet: A6, BA and FA. RGB value is (166,186,250). Sum of RGB (Red+Green+Blue) = 166+186+250=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BAFA is #594505. Grayscale: #BBBBBB. Windows color (decimal): -5850374 or 16431782. OLE color: 16431782.

HSL color Cylindrical-coordinate representation of color #A6BAFA: hue angle of 225.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6BAFA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 186 250 -
CMYK 0.34 0.26 0 0.02
HSL 225.71º 0.89% 0.82% -
HSV(B) 225.71º 0.34% 0.98% -
XYZ 50.54 50.13 97.45 -
YUV 187.32 163.37 112.8 -
System Red Green Blue C M Y K H S L
Decimal 166 186 250 0.34 0.26 0 0.02 225.71 0.89 0.82
Hex A6 BA FA 22 1A 0 2 E2 59 52
Octal 246 272 372 42 32 0 2 342 131 122
Binary 10100110 10111010 11111010 100010 11010 0 10 11100010 1011001 1010010

Color Harmonies of #A6BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BAFA

Black with #A6BAFA

Text Example


Text Example

White with #A6BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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