Html Css Color HEX #BCC5C9 Heather

📋 copy color: '#BCC5C9'

red 188 ◦ green 197 ◦ blue 201

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

Shades of Heather #BCC5C9

Tints of Heather #BCC5C9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.62%

 BLUE value IS 201 (78.91% from 255) = 34.3%

R = 32.08%
G = 33.62%
B = 34.3%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCC5C9 (or 0xBCC5C9) is known color: Heather. HEX triplet: BC, C5 and C9. RGB value is (188,197,201). Sum of RGB (Red+Green+Blue) = 188+197+201=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCC5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5C9 is #433A36. Grayscale: #C2C2C2. Windows color (decimal): -4405815 or 13223356. OLE color: 13223356.

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

Color convert

RGB 188 197 201 -
CMYK 0.06 0.02 0 0.21
HSL 198.46º 0.11% 0.76% -
HSV(B) 198.46º 0.06% 0.79% -
XYZ 51.25 54.84 63.14 -
YUV 194.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 188 197 201 0.06 0.02 0 0.21 198.46 0.11 0.76
Hex BC C5 C9 6 2 0 15 C6 B 4C
Octal 274 305 311 6 2 0 25 306 13 114
Binary 10111100 11000101 11001001 110 10 0 10101 11000110 1011 1001100

Color Harmonies of #BCC5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5C9

Black with #BCC5C9

Text Example


Text Example

White with #BCC5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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