Html Css Color HEX #A6B7EE Perano

📋 copy color: '#A6B7EE'

red 166 ◦ green 183 ◦ blue 238

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

Shades of Perano #A6B7EE

Tints of Perano #A6B7EE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.18%

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

R = 28.28%
G = 31.18%
B = 40.55%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6B7EE (or 0xA6B7EE) is known color: Perano. HEX triplet: A6, B7 and EE. RGB value is (166,183,238). Sum of RGB (Red+Green+Blue) = 166+183+238=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6B7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B7EE is #594811. Grayscale: #B7B7B7. Windows color (decimal): -5851154 or 15644582. OLE color: 15644582.

HSL color Cylindrical-coordinate representation of color #A6B7EE: hue angle of 225.83º 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 #A6B7EE is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 183 238 -
CMYK 0.30 0.23 0 0.07
HSL 225.83º 0.68% 0.79% -
HSV(B) 225.83º 0.3% 0.93% -
XYZ 48.09 48.15 87.65 -
YUV 184.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 166 183 238 0.30 0.23 0 0.07 225.83 0.68 0.79
Hex A6 B7 EE 1E 17 0 7 E2 44 4F
Octal 246 267 356 36 27 0 7 342 104 117
Binary 10100110 10110111 11101110 11110 10111 0 111 11100010 1000100 1001111

Color Harmonies of #A6B7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B7EE

Black with #A6B7EE

Text Example


Text Example

White with #A6B7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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