Html Css Color HEX #A0BBE5 Perano

📋 copy color: '#A0BBE5'

red 160 ◦ green 187 ◦ blue 229

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

Shades of Perano #A0BBE5

Tints of Perano #A0BBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.76%

R = 27.78%
G = 32.47%
B = 39.76%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A0BBE5 (or 0xA0BBE5) is known color: Perano. HEX triplet: A0, BB and E5. RGB value is (160,187,229). Sum of RGB (Red+Green+Blue) = 160+187+229=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #A0BBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBE5 is #5F441A. Grayscale: #B7B7B7. Windows color (decimal): -6243355 or 15055776. OLE color: 15055776.

HSL color Cylindrical-coordinate representation of color #A0BBE5: hue angle of 216.52º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0BBE5 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 187 229 -
CMYK 0.30 0.18 0 0.10
HSL 216.52º 0.57% 0.76% -
HSV(B) 216.52º 0.3% 0.9% -
XYZ 46.41 48.67 81.08 -
YUV 183.72 153.55 111.08 -
System Red Green Blue C M Y K H S L
Decimal 160 187 229 0.30 0.18 0 0.10 216.52 0.57 0.76
Hex A0 BB E5 1E 12 0 A D9 39 4C
Octal 240 273 345 36 22 0 12 331 71 114
Binary 10100000 10111011 11100101 11110 10010 0 1010 11011001 111001 1001100

Color Harmonies of #A0BBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBE5

Black with #A0BBE5

Text Example


Text Example

White with #A0BBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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