Html Css Color HEX #BCD6C0 Edgewater

📋 copy color: '#BCD6C0'

red 188 ◦ green 214 ◦ blue 192

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

Shades of Edgewater #BCD6C0

Tints of Edgewater #BCD6C0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.03%

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

R = 31.65%
G = 36.03%
B = 32.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#BCD6C0 (or 0xBCD6C0) is known color: Edgewater. HEX triplet: BC, D6 and C0. RGB value is (188,214,192). Sum of RGB (Red+Green+Blue) = 188+214+192=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6C0 is #43293F. Grayscale: #CBCBCB. Windows color (decimal): -4401472 or 12637884. OLE color: 12637884.

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

Color convert

RGB 188 214 192 -
CMYK 0.12 0 0.10 0.16
HSL 129.23º 0.24% 0.79% -
HSV(B) 129.23º 0.12% 0.84% -
XYZ 54.3 62.59 59.09 -
YUV 203.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 188 214 192 0.12 0 0.10 0.16 129.23 0.24 0.79
Hex BC D6 C0 C 0 A 10 81 18 4F
Octal 274 326 300 14 0 12 20 201 30 117
Binary 10111100 11010110 11000000 1100 0 1010 10000 10000001 11000 1001111

Color Harmonies of #BCD6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6C0

Black with #BCD6C0

Text Example


Text Example

White with #BCD6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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