Html Css Color HEX #BCD0C0 Edgewater

📋 copy color: '#BCD0C0'

red 188 ◦ green 208 ◦ blue 192

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

Shades of Edgewater #BCD0C0

Tints of Edgewater #BCD0C0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.37%

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

R = 31.97%
G = 35.37%
B = 32.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#BCD0C0 (or 0xBCD0C0) is known color: Edgewater. HEX triplet: BC, D0 and C0. RGB value is (188,208,192). Sum of RGB (Red+Green+Blue) = 188+208+192=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0C0 is #432F3F. Grayscale: #C8C8C8. Windows color (decimal): -4403008 or 12636348. OLE color: 12636348.

HSL color Cylindrical-coordinate representation of color #BCD0C0: hue angle of 132º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD0C0 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 192 -
CMYK 0.10 0 0.08 0.18
HSL 132º 0.18% 0.78% -
HSV(B) 132º 0.1% 0.82% -
XYZ 52.81 59.61 58.59 -
YUV 200.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 188 208 192 0.10 0 0.08 0.18 132 0.18 0.78
Hex BC D0 C0 A 0 8 12 84 12 4E
Octal 274 320 300 12 0 10 22 204 22 116
Binary 10111100 11010000 11000000 1010 0 1000 10010 10000100 10010 1001110

Color Harmonies of #BCD0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0C0

Black with #BCD0C0

Text Example


Text Example

White with #BCD0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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