Html Css Color HEX #A6BFEE Perano

📋 copy color: '#A6BFEE'

red 166 ◦ green 191 ◦ blue 238

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

Shades of Perano #A6BFEE

Tints of Perano #A6BFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 32.1%

 BLUE value IS 238 (93.36% from 255) = 40%

R = 27.9%
G = 32.1%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6BFEE (or 0xA6BFEE) is known color: Perano. HEX triplet: A6, BF and EE. RGB value is (166,191,238). Sum of RGB (Red+Green+Blue) = 166+191+238=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6BFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFEE is #594011. Grayscale: #BCBCBC. Windows color (decimal): -5849106 or 15646630. OLE color: 15646630.

HSL color Cylindrical-coordinate representation of color #A6BFEE: hue angle of 219.17º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6BFEE is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 191 238 -
CMYK 0.30 0.20 0 0.07
HSL 219.17º 0.68% 0.79% -
HSV(B) 219.17º 0.3% 0.93% -
XYZ 49.79 51.54 88.21 -
YUV 188.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 166 191 238 0.30 0.20 0 0.07 219.17 0.68 0.79
Hex A6 BF EE 1E 14 0 7 DB 44 4F
Octal 246 277 356 36 24 0 7 333 104 117
Binary 10100110 10111111 11101110 11110 10100 0 111 11011011 1000100 1001111

Color Harmonies of #A6BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFEE

Black with #A6BFEE

Text Example


Text Example

White with #A6BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFEE; }

 p { color: rgb(166,191,238); }

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

background-color css

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

 a { background-color: rgb(166,191,238); }

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

border-color css

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

 span { border-color: rgb(166,191,238); }

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