Html Css Color HEX #BCC2C5 Heather

📋 copy color: '#BCC2C5'

red 188 ◦ green 194 ◦ blue 197

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

Shades of Heather #BCC2C5

Tints of Heather #BCC2C5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.51%

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

R = 32.47%
G = 33.51%
B = 34.02%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BCC2C5 (or 0xBCC2C5) is known color: Heather. HEX triplet: BC, C2 and C5. RGB value is (188,194,197). Sum of RGB (Red+Green+Blue) = 188+194+197=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCC2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2C5 is #433D3A. Grayscale: #C0C0C0. Windows color (decimal): -4406587 or 12960444. OLE color: 12960444.

HSL color Cylindrical-coordinate representation of color #BCC2C5: hue angle of 200º 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 #BCC2C5 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 194 197 -
CMYK 0.05 0.02 0 0.23
HSL 200º 0.07% 0.75% -
HSV(B) 200º 0.05% 0.77% -
XYZ 50.11 53.31 60.47 -
YUV 192.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 188 194 197 0.05 0.02 0 0.23 200 0.07 0.75
Hex BC C2 C5 5 2 0 17 C8 7 4B
Octal 274 302 305 5 2 0 27 310 7 113
Binary 10111100 11000010 11000101 101 10 0 10111 11001000 111 1001011

Color Harmonies of #BCC2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2C5

Black with #BCC2C5

Text Example


Text Example

White with #BCC2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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