Html Css Color HEX #BCDAC0 Edgewater

📋 copy color: '#BCDAC0'

red 188 ◦ green 218 ◦ blue 192

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

Shades of Edgewater #BCDAC0

Tints of Edgewater #BCDAC0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.45%

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

R = 31.44%
G = 36.45%
B = 32.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#BCDAC0 (or 0xBCDAC0) is known color: Edgewater. HEX triplet: BC, DA and C0. RGB value is (188,218,192). Sum of RGB (Red+Green+Blue) = 188+218+192=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC0 is #43253F. Grayscale: #CECECE. Windows color (decimal): -4400448 or 12638908. OLE color: 12638908.

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

Color convert

RGB 188 218 192 -
CMYK 0.14 0 0.12 0.15
HSL 128º 0.29% 0.8% -
HSV(B) 128º 0.14% 0.85% -
XYZ 55.32 64.64 59.43 -
YUV 206.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 188 218 192 0.14 0 0.12 0.15 128 0.29 0.8
Hex BC DA C0 E 0 C F 80 1D 50
Octal 274 332 300 16 0 14 17 200 35 120
Binary 10111100 11011010 11000000 1110 0 1100 1111 10000000 11101 1010000

Color Harmonies of #BCDAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAC0

Black with #BCDAC0

Text Example


Text Example

White with #BCDAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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