Html Css Color HEX #A2BCCB Heather

📋 copy color: '#A2BCCB'

red 162 ◦ green 188 ◦ blue 203

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

Shades of Heather #A2BCCB

Tints of Heather #A2BCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34%

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

R = 29.29%
G = 34%
B = 36.71%

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

#A2BCCB (or 0xA2BCCB) is known color: Heather. HEX triplet: A2, BC and CB. RGB value is (162,188,203). Sum of RGB (Red+Green+Blue) = 162+188+203=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCCB is #5D4334. Grayscale: #B5B5B5. Windows color (decimal): -6112053 or 13352098. OLE color: 13352098.

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

Color convert

RGB 162 188 203 -
CMYK 0.20 0.07 0 0.20
HSL 201.95º 0.28% 0.72% -
HSV(B) 201.95º 0.2% 0.8% -
XYZ 43.66 47.96 63.46 -
YUV 181.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 162 188 203 0.20 0.07 0 0.20 201.95 0.28 0.72
Hex A2 BC CB 14 7 0 14 CA 1C 48
Octal 242 274 313 24 7 0 24 312 34 110
Binary 10100010 10111100 11001011 10100 111 0 10100 11001010 11100 1001000

Color Harmonies of #A2BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCCB

Black with #A2BCCB

Text Example


Text Example

White with #A2BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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