Html Css Color HEX #A8BEEB Perano

📋 copy color: '#A8BEEB'

red 168 ◦ green 190 ◦ blue 235

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

Shades of Perano #A8BEEB

Tints of Perano #A8BEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.63%

R = 28.33%
G = 32.04%
B = 39.63%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8BEEB (or 0xA8BEEB) is known color: Perano. HEX triplet: A8, BE and EB. RGB value is (168,190,235). Sum of RGB (Red+Green+Blue) = 168+190+235=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8BEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEEB is #574114. Grayscale: #BCBCBC. Windows color (decimal): -5718293 or 15449768. OLE color: 15449768.

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

Color convert

RGB 168 190 235 -
CMYK 0.29 0.19 0 0.08
HSL 220.3º 0.63% 0.79% -
HSV(B) 220.3º 0.29% 0.92% -
XYZ 49.56 51.15 85.86 -
YUV 188.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 168 190 235 0.29 0.19 0 0.08 220.3 0.63 0.79
Hex A8 BE EB 1D 13 0 8 DC 3F 4F
Octal 250 276 353 35 23 0 10 334 77 117
Binary 10101000 10111110 11101011 11101 10011 0 1000 11011100 111111 1001111

Color Harmonies of #A8BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEEB

Black with #A8BEEB

Text Example


Text Example

White with #A8BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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