Html Css Color HEX #A2BDCB Heather

📋 copy color: '#A2BDCB'

red 162 ◦ green 189 ◦ blue 203

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

Shades of Heather #A2BDCB

Tints of Heather #A2BDCB

RGB

 RED value IS 162 (63.67% from 255) = 29.24%

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

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

R = 29.24%
G = 34.12%
B = 36.64%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A2BDCB (or 0xA2BDCB) is known color: Heather. HEX triplet: A2, BD and CB. RGB value is (162,189,203). Sum of RGB (Red+Green+Blue) = 162+189+203=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 189 (74.22% from 255 or 34.12% 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 #A2BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDCB is #5D4234. Grayscale: #B6B6B6. Windows color (decimal): -6111797 or 13352354. OLE color: 13352354.

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

Color convert

RGB 162 189 203 -
CMYK 0.20 0.07 0 0.20
HSL 200.49º 0.28% 0.72% -
HSV(B) 200.49º 0.2% 0.8% -
XYZ 43.88 48.39 63.53 -
YUV 182.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 162 189 203 0.20 0.07 0 0.20 200.49 0.28 0.72
Hex A2 BD CB 14 7 0 14 C8 1C 48
Octal 242 275 313 24 7 0 24 310 34 110
Binary 10100010 10111101 11001011 10100 111 0 10100 11001000 11100 1001000

Color Harmonies of #A2BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BDCB

Black with #A2BDCB

Text Example


Text Example

White with #A2BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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