Html Css Color HEX #A6BCFE Perano

📋 copy color: '#A6BCFE'

red 166 ◦ green 188 ◦ blue 254

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

Shades of Perano #A6BCFE

Tints of Perano #A6BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.92%

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 27.3%
G = 30.92%
B = 41.78%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A6BCFE (or 0xA6BCFE) is known color: Perano. HEX triplet: A6, BC and FE. RGB value is (166,188,254). Sum of RGB (Red+Green+Blue) = 166+188+254=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BCFE is #594301. Grayscale: #BCBCBC. Windows color (decimal): -5849858 or 16694438. OLE color: 16694438.

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

Color convert

RGB 166 188 254 -
CMYK 0.35 0.26 0 0.00
HSL 225º 0.98% 0.82% -
HSV(B) 225º 0.35% 1% -
XYZ 51.6 51.23 100.93 -
YUV 188.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 166 188 254 0.35 0.26 0 0.00 225 0.98 0.82
Hex A6 BC FE 23 1A 0 0 E1 62 52
Octal 246 274 376 43 32 0 0 341 142 122
Binary 10100110 10111100 11111110 100011 11010 0 0 11100001 1100010 1010010

Color Harmonies of #A6BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCFE

Black with #A6BCFE

Text Example


Text Example

White with #A6BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCFE; }

 p { color: rgb(166,188,254); }

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

background-color css

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

 a { background-color: rgb(166,188,254); }

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

border-color css

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

 span { border-color: rgb(166,188,254); }

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