Html Css Color HEX #A6BAFD Perano

📋 copy color: '#A6BAFD'

red 166 ◦ green 186 ◦ blue 253

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

Shades of Perano #A6BAFD

Tints of Perano #A6BAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.82%

R = 27.44%
G = 30.74%
B = 41.82%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6BAFD (or 0xA6BAFD) is known color: Perano. HEX triplet: A6, BA and FD. RGB value is (166,186,253). Sum of RGB (Red+Green+Blue) = 166+186+253=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6BAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BAFD is #594502. Grayscale: #BBBBBB. Windows color (decimal): -5850371 or 16628390. OLE color: 16628390.

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

Color convert

RGB 166 186 253 -
CMYK 0.34 0.26 0 0.01
HSL 226.21º 0.96% 0.82% -
HSV(B) 226.21º 0.34% 0.99% -
XYZ 51.01 50.32 99.95 -
YUV 187.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 166 186 253 0.34 0.26 0 0.01 226.21 0.96 0.82
Hex A6 BA FD 22 1A 0 1 E2 60 52
Octal 246 272 375 42 32 0 1 342 140 122
Binary 10100110 10111010 11111101 100010 11010 0 1 11100010 1100000 1010010

Color Harmonies of #A6BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BAFD

Black with #A6BAFD

Text Example


Text Example

White with #A6BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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