Html Css Color HEX #BCD8C1 Edgewater

📋 copy color: '#BCD8C1'

red 188 ◦ green 216 ◦ blue 193

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

Shades of Edgewater #BCD8C1

Tints of Edgewater #BCD8C1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.18%

 BLUE value IS 193 (75.78% from 255) = 32.33%

R = 31.49%
G = 36.18%
B = 32.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#BCD8C1 (or 0xBCD8C1) is known color: Edgewater. HEX triplet: BC, D8 and C1. RGB value is (188,216,193). Sum of RGB (Red+Green+Blue) = 188+216+193=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8C1 is #43273E. Grayscale: #CDCDCD. Windows color (decimal): -4400959 or 12703932. OLE color: 12703932.

HSL color Cylindrical-coordinate representation of color #BCD8C1: hue angle of 130.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD8C1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 193 -
CMYK 0.13 0 0.11 0.15
HSL 130.71º 0.26% 0.79% -
HSV(B) 130.71º 0.13% 0.85% -
XYZ 54.92 63.65 59.84 -
YUV 205.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 188 216 193 0.13 0 0.11 0.15 130.71 0.26 0.79
Hex BC D8 C1 D 0 B F 83 1A 4F
Octal 274 330 301 15 0 13 17 203 32 117
Binary 10111100 11011000 11000001 1101 0 1011 1111 10000011 11010 1001111

Color Harmonies of #BCD8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8C1

Black with #BCD8C1

Text Example


Text Example

White with #BCD8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8C1; }

 p { color: rgb(188,216,193); }

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

background-color css

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

 a { background-color: rgb(188,216,193); }

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

border-color css

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

 span { border-color: rgb(188,216,193); }

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