Html Css Color HEX #A7BAE8 Perano

📋 copy color: '#A7BAE8'

red 167 ◦ green 186 ◦ blue 232

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

Shades of Perano #A7BAE8

Tints of Perano #A7BAE8

RGB

 RED value IS 167 (65.63% from 255) = 28.55%

 GREEN value IS 186 (73.05% from 255) = 31.79%

 BLUE value IS 232 (91.02% from 255) = 39.66%

R = 28.55%
G = 31.79%
B = 39.66%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A7BAE8 (or 0xA7BAE8) is known color: Perano. HEX triplet: A7, BA and E8. RGB value is (167,186,232). Sum of RGB (Red+Green+Blue) = 167+186+232=585 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.55% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #A7BAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BAE8 is #584517. Grayscale: #B9B9B9. Windows color (decimal): -5784856 or 15252135. OLE color: 15252135.

HSL color Cylindrical-coordinate representation of color #A7BAE8: hue angle of 222.46º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7BAE8 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 186 232 -
CMYK 0.28 0.20 0 0.09
HSL 222.46º 0.59% 0.78% -
HSV(B) 222.46º 0.28% 0.91% -
XYZ 48.06 49.16 83.3 -
YUV 185.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 167 186 232 0.28 0.20 0 0.09 222.46 0.59 0.78
Hex A7 BA E8 1C 14 0 9 DE 3B 4E
Octal 247 272 350 34 24 0 11 336 73 116
Binary 10100111 10111010 11101000 11100 10100 0 1001 11011110 111011 1001110

Color Harmonies of #A7BAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BAE8

Black with #A7BAE8

Text Example


Text Example

White with #A7BAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BAE8; }

 p { color: rgb(167,186,232); }

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

background-color css

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

 a { background-color: rgb(167,186,232); }

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

border-color css

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

 span { border-color: rgb(167,186,232); }

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