Html Css Color HEX #A3BFCB Heather

📋 copy color: '#A3BFCB'

red 163 ◦ green 191 ◦ blue 203

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

Shades of Heather #A3BFCB

Tints of Heather #A3BFCB

RGB

 RED value IS 163 (64.06% from 255) = 29.26%

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

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

R = 29.26%
G = 34.29%
B = 36.45%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A3BFCB (or 0xA3BFCB) is known color: Heather. HEX triplet: A3, BF and CB. RGB value is (163,191,203). Sum of RGB (Red+Green+Blue) = 163+191+203=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #A3BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFCB is #5C4034. Grayscale: #B7B7B7. Windows color (decimal): -6045749 or 13352867. OLE color: 13352867.

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

Color convert

RGB 163 191 203 -
CMYK 0.20 0.06 0 0.20
HSL 198º 0.28% 0.72% -
HSV(B) 198º 0.2% 0.8% -
XYZ 44.51 49.36 63.68 -
YUV 184 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 163 191 203 0.20 0.06 0 0.20 198 0.28 0.72
Hex A3 BF CB 14 6 0 14 C6 1C 48
Octal 243 277 313 24 6 0 24 306 34 110
Binary 10100011 10111111 11001011 10100 110 0 10100 11000110 11100 1001000

Color Harmonies of #A3BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BFCB

Black with #A3BFCB

Text Example


Text Example

White with #A3BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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