Html Css Color HEX #BCC9CD Heather

📋 copy color: '#BCC9CD'

red 188 ◦ green 201 ◦ blue 205

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

Shades of Heather #BCC9CD

Tints of Heather #BCC9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.84%

 BLUE value IS 205 (80.47% from 255) = 34.51%

R = 31.65%
G = 33.84%
B = 34.51%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCC9CD (or 0xBCC9CD) is known color: Heather. HEX triplet: BC, C9 and CD. RGB value is (188,201,205). Sum of RGB (Red+Green+Blue) = 188+201+205=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9CD is #433632. Grayscale: #C5C5C5. Windows color (decimal): -4404787 or 13486524. OLE color: 13486524.

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

Color convert

RGB 188 201 205 -
CMYK 0.08 0.02 0 0.20
HSL 194.12º 0.15% 0.77% -
HSV(B) 194.12º 0.08% 0.8% -
XYZ 52.65 56.87 65.96 -
YUV 197.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 188 201 205 0.08 0.02 0 0.20 194.12 0.15 0.77
Hex BC C9 CD 8 2 0 14 C2 F 4D
Octal 274 311 315 10 2 0 24 302 17 115
Binary 10111100 11001001 11001101 1000 10 0 10100 11000010 1111 1001101

Color Harmonies of #BCC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9CD

Black with #BCC9CD

Text Example


Text Example

White with #BCC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9CD; }

 p { color: rgb(188,201,205); }

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

background-color css

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

 a { background-color: rgb(188,201,205); }

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

border-color css

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

 span { border-color: rgb(188,201,205); }

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