Html Css Color HEX #A8BEEC Perano

📋 copy color: '#A8BEEC'

red 168 ◦ green 190 ◦ blue 236

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

Shades of Perano #A8BEEC

Tints of Perano #A8BEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.73%

R = 28.28%
G = 31.99%
B = 39.73%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8BEEC (or 0xA8BEEC) is known color: Perano. HEX triplet: A8, BE and EC. RGB value is (168,190,236). Sum of RGB (Red+Green+Blue) = 168+190+236=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8BEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEEC is #574113. Grayscale: #BCBCBC. Windows color (decimal): -5718292 or 15515304. OLE color: 15515304.

HSL color Cylindrical-coordinate representation of color #A8BEEC: hue angle of 220.59º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BEEC is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 190 236 -
CMYK 0.29 0.19 0 0.07
HSL 220.59º 0.64% 0.79% -
HSV(B) 220.59º 0.29% 0.93% -
XYZ 49.7 51.21 86.62 -
YUV 188.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 168 190 236 0.29 0.19 0 0.07 220.59 0.64 0.79
Hex A8 BE EC 1D 13 0 7 DD 40 4F
Octal 250 276 354 35 23 0 7 335 100 117
Binary 10101000 10111110 11101100 11101 10011 0 111 11011101 1000000 1001111

Color Harmonies of #A8BEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEEC

Black with #A8BEEC

Text Example


Text Example

White with #A8BEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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