Html Css Color HEX #A6BEF1 Perano

📋 copy color: '#A6BEF1'

red 166 ◦ green 190 ◦ blue 241

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

Shades of Perano #A6BEF1

Tints of Perano #A6BEF1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.83%

 BLUE value IS 241 (94.53% from 255) = 40.37%

R = 27.81%
G = 31.83%
B = 40.37%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A6BEF1 (or 0xA6BEF1) is known color: Perano. HEX triplet: A6, BE and F1. RGB value is (166,190,241). Sum of RGB (Red+Green+Blue) = 166+190+241=597 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.81% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6BEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BEF1 is #59410E. Grayscale: #BCBCBC. Windows color (decimal): -5849359 or 15842982. OLE color: 15842982.

HSL color Cylindrical-coordinate representation of color #A6BEF1: hue angle of 220.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6BEF1 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 190 241 -
CMYK 0.31 0.21 0 0.05
HSL 220.8º 0.73% 0.8% -
HSV(B) 220.8º 0.31% 0.95% -
XYZ 50.02 51.28 90.48 -
YUV 188.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 166 190 241 0.31 0.21 0 0.05 220.8 0.73 0.8
Hex A6 BE F1 1F 15 0 5 DD 49 50
Octal 246 276 361 37 25 0 5 335 111 120
Binary 10100110 10111110 11110001 11111 10101 0 101 11011101 1001001 1010000

Color Harmonies of #A6BEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BEF1

Black with #A6BEF1

Text Example


Text Example

White with #A6BEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BEF1; }

 p { color: rgb(166,190,241); }

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

background-color css

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

 a { background-color: rgb(166,190,241); }

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

border-color css

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

 span { border-color: rgb(166,190,241); }

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