Html Css Color HEX #BCDEC3 Edgewater

📋 copy color: '#BCDEC3'

red 188 ◦ green 222 ◦ blue 195

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

Shades of Edgewater #BCDEC3

Tints of Edgewater #BCDEC3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.69%

 BLUE value IS 195 (76.56% from 255) = 32.23%

R = 31.07%
G = 36.69%
B = 32.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#BCDEC3 (or 0xBCDEC3) is known color: Edgewater. HEX triplet: BC, DE and C3. RGB value is (188,222,195). Sum of RGB (Red+Green+Blue) = 188+222+195=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEC3 is #43213C. Grayscale: #D0D0D0. Windows color (decimal): -4399421 or 12836540. OLE color: 12836540.

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

Color convert

RGB 188 222 195 -
CMYK 0.15 0 0.12 0.13
HSL 132.35º 0.34% 0.8% -
HSV(B) 132.35º 0.15% 0.87% -
XYZ 56.71 66.87 61.55 -
YUV 208.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 188 222 195 0.15 0 0.12 0.13 132.35 0.34 0.8
Hex BC DE C3 F 0 C D 84 22 50
Octal 274 336 303 17 0 14 15 204 42 120
Binary 10111100 11011110 11000011 1111 0 1100 1101 10000100 100010 1010000

Color Harmonies of #BCDEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEC3

Black with #BCDEC3

Text Example


Text Example

White with #BCDEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEC3; }

 p { color: rgb(188,222,195); }

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

background-color css

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

 a { background-color: rgb(188,222,195); }

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

border-color css

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

 span { border-color: rgb(188,222,195); }

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