Html Css Color HEX #BCD5C1 Edgewater

📋 copy color: '#BCD5C1'

red 188 ◦ green 213 ◦ blue 193

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

Shades of Edgewater #BCD5C1

Tints of Edgewater #BCD5C1

RGB

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

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

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

R = 31.65%
G = 35.86%
B = 32.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#BCD5C1 (or 0xBCD5C1) is known color: Edgewater. HEX triplet: BC, D5 and C1. RGB value is (188,213,193). Sum of RGB (Red+Green+Blue) = 188+213+193=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5C1 is #432A3E. Grayscale: #CBCBCB. Windows color (decimal): -4401727 or 12703164. OLE color: 12703164.

HSL color Cylindrical-coordinate representation of color #BCD5C1: hue angle of 132º 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 #BCD5C1 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 193 -
CMYK 0.12 0 0.09 0.16
HSL 132º 0.23% 0.79% -
HSV(B) 132º 0.12% 0.84% -
XYZ 54.16 62.13 59.59 -
YUV 203.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 188 213 193 0.12 0 0.09 0.16 132 0.23 0.79
Hex BC D5 C1 C 0 9 10 84 17 4F
Octal 274 325 301 14 0 11 20 204 27 117
Binary 10111100 11010101 11000001 1100 0 1001 10000 10000100 10111 1001111

Color Harmonies of #BCD5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5C1

Black with #BCD5C1

Text Example


Text Example

White with #BCD5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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