Html Css Color HEX #A8BEEA Perano

📋 copy color: '#A8BEEA'

red 168 ◦ green 190 ◦ blue 234

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

Shades of Perano #A8BEEA

Tints of Perano #A8BEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.53%

R = 28.38%
G = 32.09%
B = 39.53%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8BEEA (or 0xA8BEEA) is known color: Perano. HEX triplet: A8, BE and EA. RGB value is (168,190,234). Sum of RGB (Red+Green+Blue) = 168+190+234=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8BEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEEA is #574115. Grayscale: #BCBCBC. Windows color (decimal): -5718294 or 15384232. OLE color: 15384232.

HSL color Cylindrical-coordinate representation of color #A8BEEA: hue angle of 220º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8BEEA is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 190 234 -
CMYK 0.28 0.19 0 0.08
HSL 220º 0.61% 0.79% -
HSV(B) 220º 0.28% 0.92% -
XYZ 49.41 51.09 85.1 -
YUV 188.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 168 190 234 0.28 0.19 0 0.08 220 0.61 0.79
Hex A8 BE EA 1C 13 0 8 DC 3D 4F
Octal 250 276 352 34 23 0 10 334 75 117
Binary 10101000 10111110 11101010 11100 10011 0 1000 11011100 111101 1001111

Color Harmonies of #A8BEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEEA

Black with #A8BEEA

Text Example


Text Example

White with #A8BEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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