Html Css Color HEX #BCC7CA Heather

📋 copy color: '#BCC7CA'

red 188 ◦ green 199 ◦ blue 202

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

Shades of Heather #BCC7CA

Tints of Heather #BCC7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.3%

R = 31.92%
G = 33.79%
B = 34.3%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCC7CA (or 0xBCC7CA) is known color: Heather. HEX triplet: BC, C7 and CA. RGB value is (188,199,202). Sum of RGB (Red+Green+Blue) = 188+199+202=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7CA is #433835. Grayscale: #C4C4C4. Windows color (decimal): -4405302 or 13289404. OLE color: 13289404.

HSL color Cylindrical-coordinate representation of color #BCC7CA: hue angle of 192.86º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC7CA is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 199 202 -
CMYK 0.07 0.01 0 0.21
HSL 192.86º 0.12% 0.76% -
HSV(B) 192.86º 0.07% 0.79% -
XYZ 51.82 55.8 63.92 -
YUV 196.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 188 199 202 0.07 0.01 0 0.21 192.86 0.12 0.76
Hex BC C7 CA 7 1 0 15 C1 C 4C
Octal 274 307 312 7 1 0 25 301 14 114
Binary 10111100 11000111 11001010 111 1 0 10101 11000001 1100 1001100

Color Harmonies of #BCC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7CA

Black with #BCC7CA

Text Example


Text Example

White with #BCC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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