Html Css Color HEX #BCD9C1 Edgewater

📋 copy color: '#BCD9C1'

red 188 ◦ green 217 ◦ blue 193

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

Shades of Edgewater #BCD9C1

Tints of Edgewater #BCD9C1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.29%

 BLUE value IS 193 (75.78% from 255) = 32.27%

R = 31.44%
G = 36.29%
B = 32.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#BCD9C1 (or 0xBCD9C1) is known color: Edgewater. HEX triplet: BC, D9 and C1. RGB value is (188,217,193). Sum of RGB (Red+Green+Blue) = 188+217+193=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9C1 is #43263E. Grayscale: #CDCDCD. Windows color (decimal): -4400703 or 12704188. OLE color: 12704188.

HSL color Cylindrical-coordinate representation of color #BCD9C1: hue angle of 130.34º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD9C1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 193 -
CMYK 0.13 0 0.11 0.15
HSL 130.34º 0.28% 0.79% -
HSV(B) 130.34º 0.13% 0.85% -
XYZ 55.18 64.17 59.93 -
YUV 205.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 188 217 193 0.13 0 0.11 0.15 130.34 0.28 0.79
Hex BC D9 C1 D 0 B F 82 1C 4F
Octal 274 331 301 15 0 13 17 202 34 117
Binary 10111100 11011001 11000001 1101 0 1011 1111 10000010 11100 1001111

Color Harmonies of #BCD9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9C1

Black with #BCD9C1

Text Example


Text Example

White with #BCD9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9C1; }

 p { color: rgb(188,217,193); }

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

background-color css

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

 a { background-color: rgb(188,217,193); }

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

border-color css

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

 span { border-color: rgb(188,217,193); }

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