Html Css Color HEX #A6BCFF Perano

📋 copy color: '#A6BCFF'

red 166 ◦ green 188 ◦ blue 255

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

Shades of Perano #A6BCFF

Tints of Perano #A6BCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.87%

R = 27.26%
G = 30.87%
B = 41.87%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6BCFF (or 0xA6BCFF) is known color: Perano. HEX triplet: A6, BC and FF. RGB value is (166,188,255). Sum of RGB (Red+Green+Blue) = 166+188+255=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BCFF is #594300. Grayscale: #BCBCBC. Windows color (decimal): -5849857 or 16759974. OLE color: 16759974.

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

Color convert

RGB 166 188 255 -
CMYK 0.35 0.26 0 0
HSL 225.17º 1% 0.83% -
HSV(B) 225.17º 0.35% 1% -
XYZ 51.76 51.29 101.78 -
YUV 189.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 166 188 255 0.35 0.26 0 0 225.17 1 0.83
Hex A6 BC FF 23 1A 0 0 E1 64 53
Octal 246 274 377 43 32 0 0 341 144 123
Binary 10100110 10111100 11111111 100011 11010 0 0 11100001 1100100 1010011

Color Harmonies of #A6BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCFF

Black with #A6BCFF

Text Example


Text Example

White with #A6BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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