Html Css Color HEX #BCC7CB Heather

📋 copy color: '#BCC7CB'

red 188 ◦ green 199 ◦ blue 203

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

Shades of Heather #BCC7CB

Tints of Heather #BCC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.73%

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

R = 31.86%
G = 33.73%
B = 34.41%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCC7CB (or 0xBCC7CB) is known color: Heather. HEX triplet: BC, C7 and CB. RGB value is (188,199,203). Sum of RGB (Red+Green+Blue) = 188+199+203=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7CB is #433834. Grayscale: #C4C4C4. Windows color (decimal): -4405301 or 13354940. OLE color: 13354940.

HSL color Cylindrical-coordinate representation of color #BCC7CB: hue angle of 196º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC7CB is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 199 203 -
CMYK 0.07 0.02 0 0.20
HSL 196º 0.13% 0.77% -
HSV(B) 196º 0.07% 0.8% -
XYZ 51.94 55.85 64.54 -
YUV 196.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 188 199 203 0.07 0.02 0 0.20 196 0.13 0.77
Hex BC C7 CB 7 2 0 14 C4 D 4D
Octal 274 307 313 7 2 0 24 304 15 115
Binary 10111100 11000111 11001011 111 10 0 10100 11000100 1101 1001101

Color Harmonies of #BCC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7CB

Black with #BCC7CB

Text Example


Text Example

White with #BCC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7CB; }

 p { color: rgb(188,199,203); }

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

background-color css

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

 a { background-color: rgb(188,199,203); }

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

border-color css

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

 span { border-color: rgb(188,199,203); }

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