Html Css Color HEX #A8BEE8 Perano

📋 copy color: '#A8BEE8'

red 168 ◦ green 190 ◦ blue 232

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

Shades of Perano #A8BEE8

Tints of Perano #A8BEE8

RGB

 RED value IS 168 (66.02% from 255) = 28.47%

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

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

R = 28.47%
G = 32.2%
B = 39.32%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A8BEE8 (or 0xA8BEE8) is known color: Perano. HEX triplet: A8, BE and E8. RGB value is (168,190,232). Sum of RGB (Red+Green+Blue) = 168+190+232=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 232 - color contains mainly: blue. Hex color #A8BEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEE8 is #574117. Grayscale: #BCBCBC. Windows color (decimal): -5718296 or 15253160. OLE color: 15253160.

HSL color Cylindrical-coordinate representation of color #A8BEE8: hue angle of 219.38º degrees, saturation: 0.58, 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 #A8BEE8 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 190 232 -
CMYK 0.28 0.18 0 0.09
HSL 219.38º 0.58% 0.78% -
HSV(B) 219.38º 0.28% 0.91% -
XYZ 49.13 50.98 83.59 -
YUV 188.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 168 190 232 0.28 0.18 0 0.09 219.38 0.58 0.78
Hex A8 BE E8 1C 12 0 9 DB 3A 4E
Octal 250 276 350 34 22 0 11 333 72 116
Binary 10101000 10111110 11101000 11100 10010 0 1001 11011011 111010 1001110

Color Harmonies of #A8BEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEE8

Black with #A8BEE8

Text Example


Text Example

White with #A8BEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEE8; }

 p { color: rgb(168,190,232); }

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

background-color css

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

 a { background-color: rgb(168,190,232); }

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

border-color css

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

 span { border-color: rgb(168,190,232); }

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