Html Css Color HEX #A0BBEB Perano

📋 copy color: '#A0BBEB'

red 160 ◦ green 187 ◦ blue 235

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

Shades of Perano #A0BBEB

Tints of Perano #A0BBEB

RGB

 RED value IS 160 (62.89% from 255) = 27.49%

 GREEN value IS 187 (73.44% from 255) = 32.13%

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

R = 27.49%
G = 32.13%
B = 40.38%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0BBEB (or 0xA0BBEB) is known color: Perano. HEX triplet: A0, BB and EB. RGB value is (160,187,235). Sum of RGB (Red+Green+Blue) = 160+187+235=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BBEB is #5F4414. Grayscale: #B8B8B8. Windows color (decimal): -6243349 or 15448992. OLE color: 15448992.

HSL color Cylindrical-coordinate representation of color #A0BBEB: hue angle of 218.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0BBEB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 187 235 -
CMYK 0.32 0.20 0 0.08
HSL 218.4º 0.65% 0.77% -
HSV(B) 218.4º 0.32% 0.92% -
XYZ 47.26 49.01 85.57 -
YUV 184.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 160 187 235 0.32 0.20 0 0.08 218.4 0.65 0.77
Hex A0 BB EB 20 14 0 8 DA 41 4D
Octal 240 273 353 40 24 0 10 332 101 115
Binary 10100000 10111011 11101011 100000 10100 0 1000 11011010 1000001 1001101

Color Harmonies of #A0BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBEB

Black with #A0BBEB

Text Example


Text Example

White with #A0BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBEB; }

 p { color: rgb(160,187,235); }

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

background-color css

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

 a { background-color: rgb(160,187,235); }

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

border-color css

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

 span { border-color: rgb(160,187,235); }

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