Html Css Color HEX #A8BECC Heather

📋 copy color: '#A8BECC'

red 168 ◦ green 190 ◦ blue 204

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

Shades of Heather #A8BECC

Tints of Heather #A8BECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 29.89%
G = 33.81%
B = 36.3%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A8BECC (or 0xA8BECC) is known color: Heather. HEX triplet: A8, BE and CC. RGB value is (168,190,204). Sum of RGB (Red+Green+Blue) = 168+190+204=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BECC is #574133. Grayscale: #B8B8B8. Windows color (decimal): -5718324 or 13418152. OLE color: 13418152.

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

Color convert

RGB 168 190 204 -
CMYK 0.18 0.07 0 0.2
HSL 203.33º 0.26% 0.73% -
HSV(B) 203.33º 0.18% 0.8% -
XYZ 45.46 49.51 64.29 -
YUV 185.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 168 190 204 0.18 0.07 0 0.2 203.33 0.26 0.73
Hex A8 BE CC 12 7 0 14 CB 1A 49
Octal 250 276 314 22 7 0 24 313 32 111
Binary 10101000 10111110 11001100 10010 111 0 10100 11001011 11010 1001001

Color Harmonies of #A8BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BECC

Black with #A8BECC

Text Example


Text Example

White with #A8BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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