Html Css Color HEX #BCC3C5 Heather

📋 copy color: '#BCC3C5'

red 188 ◦ green 195 ◦ blue 197

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

Shades of Heather #BCC3C5

Tints of Heather #BCC3C5

RGB

 RED value IS 188 (73.83% from 255) = 32.41%

 GREEN value IS 195 (76.56% from 255) = 33.62%

 BLUE value IS 197 (77.34% from 255) = 33.97%

R = 32.41%
G = 33.62%
B = 33.97%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BCC3C5 (or 0xBCC3C5) is known color: Heather. HEX triplet: BC, C3 and C5. RGB value is (188,195,197). Sum of RGB (Red+Green+Blue) = 188+195+197=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCC3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3C5 is #433C3A. Grayscale: #C1C1C1. Windows color (decimal): -4406331 or 12960700. OLE color: 12960700.

HSL color Cylindrical-coordinate representation of color #BCC3C5: hue angle of 193.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCC3C5 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 195 197 -
CMYK 0.05 0.01 0 0.23
HSL 193.33º 0.07% 0.75% -
HSV(B) 193.33º 0.05% 0.77% -
XYZ 50.33 53.75 60.55 -
YUV 193.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 188 195 197 0.05 0.01 0 0.23 193.33 0.07 0.75
Hex BC C3 C5 5 1 0 17 C1 7 4B
Octal 274 303 305 5 1 0 27 301 7 113
Binary 10111100 11000011 11000101 101 1 0 10111 11000001 111 1001011

Color Harmonies of #BCC3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3C5

Black with #BCC3C5

Text Example


Text Example

White with #BCC3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3C5; }

 p { color: rgb(188,195,197); }

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

background-color css

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

 a { background-color: rgb(188,195,197); }

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

border-color css

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

 span { border-color: rgb(188,195,197); }

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