Html Css Color HEX #BCDDC0 Edgewater

📋 copy color: '#BCDDC0'

red 188 ◦ green 221 ◦ blue 192

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

Shades of Edgewater #BCDDC0

Tints of Edgewater #BCDDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.77%

 BLUE value IS 192 (75.39% from 255) = 31.95%

R = 31.28%
G = 36.77%
B = 31.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BCDDC0 (or 0xBCDDC0) is known color: Edgewater. HEX triplet: BC, DD and C0. RGB value is (188,221,192). Sum of RGB (Red+Green+Blue) = 188+221+192=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDC0 is #43223F. Grayscale: #CFCFCF. Windows color (decimal): -4399680 or 12639676. OLE color: 12639676.

HSL color Cylindrical-coordinate representation of color #BCDDC0: hue angle of 127.27º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDDC0 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 192 -
CMYK 0.15 0 0.13 0.13
HSL 127.27º 0.33% 0.8% -
HSV(B) 127.27º 0.15% 0.87% -
XYZ 56.11 66.21 59.69 -
YUV 207.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 188 221 192 0.15 0 0.13 0.13 127.27 0.33 0.8
Hex BC DD C0 F 0 D D 7F 21 50
Octal 274 335 300 17 0 15 15 177 41 120
Binary 10111100 11011101 11000000 1111 0 1101 1101 1111111 100001 1010000

Color Harmonies of #BCDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDC0

Black with #BCDDC0

Text Example


Text Example

White with #BCDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDC0; }

 p { color: rgb(188,221,192); }

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

background-color css

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

 a { background-color: rgb(188,221,192); }

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

border-color css

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

 span { border-color: rgb(188,221,192); }

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