Html Css Color HEX #A6BBFE Perano

📋 copy color: '#A6BBFE'

red 166 ◦ green 187 ◦ blue 254

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

Shades of Perano #A6BBFE

Tints of Perano #A6BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.81%

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

R = 27.35%
G = 30.81%
B = 41.85%

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

#A6BBFE (or 0xA6BBFE) is known color: Perano. HEX triplet: A6, BB and FE. RGB value is (166,187,254). Sum of RGB (Red+Green+Blue) = 166+187+254=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BBFE is #594401. Grayscale: #BCBCBC. Windows color (decimal): -5850114 or 16694182. OLE color: 16694182.

HSL color Cylindrical-coordinate representation of color #A6BBFE: hue angle of 225.68º 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 #A6BBFE is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 187 254 -
CMYK 0.35 0.26 0 0.00
HSL 225.68º 0.98% 0.82% -
HSV(B) 225.68º 0.35% 1% -
XYZ 51.39 50.8 100.86 -
YUV 188.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 166 187 254 0.35 0.26 0 0.00 225.68 0.98 0.82
Hex A6 BB FE 23 1A 0 0 E2 62 52
Octal 246 273 376 43 32 0 0 342 142 122
Binary 10100110 10111011 11111110 100011 11010 0 0 11100010 1100010 1010010

Color Harmonies of #A6BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBFE

Black with #A6BBFE

Text Example


Text Example

White with #A6BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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