Html Css Color HEX #BCC5C8 Heather

📋 copy color: '#BCC5C8'

red 188 ◦ green 197 ◦ blue 200

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

Shades of Heather #BCC5C8

Tints of Heather #BCC5C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.19%

R = 32.14%
G = 33.68%
B = 34.19%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCC5C8 (or 0xBCC5C8) is known color: Heather. HEX triplet: BC, C5 and C8. RGB value is (188,197,200). Sum of RGB (Red+Green+Blue) = 188+197+200=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCC5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5C8 is #433A37. Grayscale: #C2C2C2. Windows color (decimal): -4405816 or 13157820. OLE color: 13157820.

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

Color convert

RGB 188 197 200 -
CMYK 0.06 0.02 0 0.22
HSL 195º 0.1% 0.76% -
HSV(B) 195º 0.06% 0.78% -
XYZ 51.13 54.79 62.53 -
YUV 194.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 188 197 200 0.06 0.02 0 0.22 195 0.1 0.76
Hex BC C5 C8 6 2 0 16 C3 A 4C
Octal 274 305 310 6 2 0 26 303 12 114
Binary 10111100 11000101 11001000 110 10 0 10110 11000011 1010 1001100

Color Harmonies of #BCC5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5C8

Black with #BCC5C8

Text Example


Text Example

White with #BCC5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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