Html Css Color HEX #A0BBED Perano

📋 copy color: '#A0BBED'

red 160 ◦ green 187 ◦ blue 237

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

Shades of Perano #A0BBED

Tints of Perano #A0BBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.58%

R = 27.4%
G = 32.02%
B = 40.58%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0BBED (or 0xA0BBED) is known color: Perano. HEX triplet: A0, BB and ED. RGB value is (160,187,237). Sum of RGB (Red+Green+Blue) = 160+187+237=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BBED is #5F4412. Grayscale: #B8B8B8. Windows color (decimal): -6243347 or 15580064. OLE color: 15580064.

HSL color Cylindrical-coordinate representation of color #A0BBED: hue angle of 218.96º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0BBED is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 187 237 -
CMYK 0.32 0.21 0 0.07
HSL 218.96º 0.68% 0.78% -
HSV(B) 218.96º 0.32% 0.93% -
XYZ 47.55 49.13 87.1 -
YUV 184.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 160 187 237 0.32 0.21 0 0.07 218.96 0.68 0.78
Hex A0 BB ED 20 15 0 7 DB 44 4E
Octal 240 273 355 40 25 0 7 333 104 116
Binary 10100000 10111011 11101101 100000 10101 0 111 11011011 1000100 1001110

Color Harmonies of #A0BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBED

Black with #A0BBED

Text Example


Text Example

White with #A0BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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