Html Css Color HEX #A0BDCB Heather

📋 copy color: '#A0BDCB'

red 160 ◦ green 189 ◦ blue 203

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

Shades of Heather #A0BDCB

Tints of Heather #A0BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.24%

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 28.99%
G = 34.24%
B = 36.78%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A0BDCB (or 0xA0BDCB) is known color: Heather. HEX triplet: A0, BD and CB. RGB value is (160,189,203). Sum of RGB (Red+Green+Blue) = 160+189+203=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDCB is #5F4234. Grayscale: #B5B5B5. Windows color (decimal): -6242869 or 13352352. OLE color: 13352352.

HSL color Cylindrical-coordinate representation of color #A0BDCB: hue angle of 199.53º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0BDCB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 189 203 -
CMYK 0.21 0.07 0 0.20
HSL 199.53º 0.29% 0.71% -
HSV(B) 199.53º 0.21% 0.8% -
XYZ 43.47 48.18 63.51 -
YUV 181.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 160 189 203 0.21 0.07 0 0.20 199.53 0.29 0.71
Hex A0 BD CB 15 7 0 14 C8 1D 47
Octal 240 275 313 25 7 0 24 310 35 107
Binary 10100000 10111101 11001011 10101 111 0 10100 11001000 11101 1000111

Color Harmonies of #A0BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BDCB

Black with #A0BDCB

Text Example


Text Example

White with #A0BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BDCB; }

 p { color: rgb(160,189,203); }

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

background-color css

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

 a { background-color: rgb(160,189,203); }

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

border-color css

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

 span { border-color: rgb(160,189,203); }

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