Html Css Color HEX #BCDCC0 Edgewater

📋 copy color: '#BCDCC0'

red 188 ◦ green 220 ◦ blue 192

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

Shades of Edgewater #BCDCC0

Tints of Edgewater #BCDCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.67%

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

R = 31.33%
G = 36.67%
B = 32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#BCDCC0 (or 0xBCDCC0) is known color: Edgewater. HEX triplet: BC, DC and C0. RGB value is (188,220,192). Sum of RGB (Red+Green+Blue) = 188+220+192=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCC0 is #43233F. Grayscale: #CFCFCF. Windows color (decimal): -4399936 or 12639420. OLE color: 12639420.

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

Color convert

RGB 188 220 192 -
CMYK 0.15 0 0.13 0.14
HSL 127.5º 0.31% 0.8% -
HSV(B) 127.5º 0.15% 0.86% -
XYZ 55.85 65.68 59.6 -
YUV 207.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 188 220 192 0.15 0 0.13 0.14 127.5 0.31 0.8
Hex BC DC C0 F 0 D E 80 1F 50
Octal 274 334 300 17 0 15 16 200 37 120
Binary 10111100 11011100 11000000 1111 0 1101 1110 10000000 11111 1010000

Color Harmonies of #BCDCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCC0

Black with #BCDCC0

Text Example


Text Example

White with #BCDCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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