Html Css Color HEX #BCD5C3 Edgewater

📋 copy color: '#BCD5C3'

red 188 ◦ green 213 ◦ blue 195

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

Shades of Edgewater #BCD5C3

Tints of Edgewater #BCD5C3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.74%

 BLUE value IS 195 (76.56% from 255) = 32.72%

R = 31.54%
G = 35.74%
B = 32.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#BCD5C3 (or 0xBCD5C3) is known color: Edgewater. HEX triplet: BC, D5 and C3. RGB value is (188,213,195). Sum of RGB (Red+Green+Blue) = 188+213+195=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5C3 is #432A3C. Grayscale: #CBCBCB. Windows color (decimal): -4401725 or 12834236. OLE color: 12834236.

HSL color Cylindrical-coordinate representation of color #BCD5C3: hue angle of 136.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD5C3 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 195 -
CMYK 0.12 0 0.08 0.16
HSL 136.8º 0.23% 0.79% -
HSV(B) 136.8º 0.12% 0.84% -
XYZ 54.38 62.22 60.77 -
YUV 203.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 188 213 195 0.12 0 0.08 0.16 136.8 0.23 0.79
Hex BC D5 C3 C 0 8 10 89 17 4F
Octal 274 325 303 14 0 10 20 211 27 117
Binary 10111100 11010101 11000011 1100 0 1000 10000 10001001 10111 1001111

Color Harmonies of #BCD5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5C3

Black with #BCD5C3

Text Example


Text Example

White with #BCD5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5C3; }

 p { color: rgb(188,213,195); }

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

background-color css

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

 a { background-color: rgb(188,213,195); }

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

border-color css

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

 span { border-color: rgb(188,213,195); }

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