Html Css Color HEX #A8BEEF Perano

📋 copy color: '#A8BEEF'

red 168 ◦ green 190 ◦ blue 239

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

Shades of Perano #A8BEEF

Tints of Perano #A8BEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.03%

R = 28.14%
G = 31.83%
B = 40.03%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A8BEEF (or 0xA8BEEF) is known color: Perano. HEX triplet: A8, BE and EF. RGB value is (168,190,239). Sum of RGB (Red+Green+Blue) = 168+190+239=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8BEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEEF is #574110. Grayscale: #BCBCBC. Windows color (decimal): -5718289 or 15711912. OLE color: 15711912.

HSL color Cylindrical-coordinate representation of color #A8BEEF: hue angle of 221.41º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8BEEF is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 190 239 -
CMYK 0.30 0.21 0 0.06
HSL 221.41º 0.69% 0.8% -
HSV(B) 221.41º 0.3% 0.94% -
XYZ 50.14 51.38 88.94 -
YUV 189.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 168 190 239 0.30 0.21 0 0.06 221.41 0.69 0.8
Hex A8 BE EF 1E 15 0 6 DD 45 50
Octal 250 276 357 36 25 0 6 335 105 120
Binary 10101000 10111110 11101111 11110 10101 0 110 11011101 1000101 1010000

Color Harmonies of #A8BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEEF

Black with #A8BEEF

Text Example


Text Example

White with #A8BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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