Html Css Color HEX #BCC6CB Heather

📋 copy color: '#BCC6CB'

red 188 ◦ green 198 ◦ blue 203

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

Shades of Heather #BCC6CB

Tints of Heather #BCC6CB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.62%

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

R = 31.92%
G = 33.62%
B = 34.47%

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

#BCC6CB (or 0xBCC6CB) is known color: Heather. HEX triplet: BC, C6 and CB. RGB value is (188,198,203). Sum of RGB (Red+Green+Blue) = 188+198+203=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6CB is #433934. Grayscale: #C3C3C3. Windows color (decimal): -4405557 or 13354684. OLE color: 13354684.

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

Color convert

RGB 188 198 203 -
CMYK 0.07 0.02 0 0.20
HSL 200º 0.13% 0.77% -
HSV(B) 200º 0.07% 0.8% -
XYZ 51.71 55.39 64.47 -
YUV 195.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 188 198 203 0.07 0.02 0 0.20 200 0.13 0.77
Hex BC C6 CB 7 2 0 14 C8 D 4D
Octal 274 306 313 7 2 0 24 310 15 115
Binary 10111100 11000110 11001011 111 10 0 10100 11001000 1101 1001101

Color Harmonies of #BCC6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6CB

Black with #BCC6CB

Text Example


Text Example

White with #BCC6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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