Html Css Color HEX #A8BECB Heather

📋 copy color: '#A8BECB'

red 168 ◦ green 190 ◦ blue 203

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

Shades of Heather #A8BECB

Tints of Heather #A8BECB

RGB

 RED value IS 168 (66.02% from 255) = 29.95%

 GREEN value IS 190 (74.61% from 255) = 33.87%

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

R = 29.95%
G = 33.87%
B = 36.19%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8BECB (or 0xA8BECB) is known color: Heather. HEX triplet: A8, BE and CB. RGB value is (168,190,203). Sum of RGB (Red+Green+Blue) = 168+190+203=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BECB is #574134. Grayscale: #B8B8B8. Windows color (decimal): -5718325 or 13352616. OLE color: 13352616.

HSL color Cylindrical-coordinate representation of color #A8BECB: hue angle of 202.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8BECB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 190 203 -
CMYK 0.17 0.06 0 0.20
HSL 202.29º 0.25% 0.73% -
HSV(B) 202.29º 0.17% 0.8% -
XYZ 45.34 49.46 63.66 -
YUV 184.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 168 190 203 0.17 0.06 0 0.20 202.29 0.25 0.73
Hex A8 BE CB 11 6 0 14 CA 19 49
Octal 250 276 313 21 6 0 24 312 31 111
Binary 10101000 10111110 11001011 10001 110 0 10100 11001010 11001 1001001

Color Harmonies of #A8BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BECB

Black with #A8BECB

Text Example


Text Example

White with #A8BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BECB; }

 p { color: rgb(168,190,203); }

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

background-color css

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

 a { background-color: rgb(168,190,203); }

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

border-color css

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

 span { border-color: rgb(168,190,203); }

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