Html Css Color HEX #A0BFCB Heather

📋 copy color: '#A0BFCB'

red 160 ◦ green 191 ◦ blue 203

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

Shades of Heather #A0BFCB

Tints of Heather #A0BFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 34.48%

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

R = 28.88%
G = 34.48%
B = 36.64%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A0BFCB (or 0xA0BFCB) is known color: Heather. HEX triplet: A0, BF and CB. RGB value is (160,191,203). Sum of RGB (Red+Green+Blue) = 160+191+203=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFCB is #5F4034. Grayscale: #B7B7B7. Windows color (decimal): -6242357 or 13352864. OLE color: 13352864.

HSL color Cylindrical-coordinate representation of color #A0BFCB: hue angle of 196.74º 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 #A0BFCB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 191 203 -
CMYK 0.21 0.06 0 0.20
HSL 196.74º 0.29% 0.71% -
HSV(B) 196.74º 0.21% 0.8% -
XYZ 43.91 49.05 63.65 -
YUV 183.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 160 191 203 0.21 0.06 0 0.20 196.74 0.29 0.71
Hex A0 BF CB 15 6 0 14 C5 1D 47
Octal 240 277 313 25 6 0 24 305 35 107
Binary 10100000 10111111 11001011 10101 110 0 10100 11000101 11101 1000111

Color Harmonies of #A0BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFCB

Black with #A0BFCB

Text Example


Text Example

White with #A0BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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