Html Css Color HEX #BCE1C5 Edgewater

📋 copy color: '#BCE1C5'

red 188 ◦ green 225 ◦ blue 197

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

Shades of Edgewater #BCE1C5

Tints of Edgewater #BCE1C5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.89%

 BLUE value IS 197 (77.34% from 255) = 32.3%

R = 30.82%
G = 36.89%
B = 32.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#BCE1C5 (or 0xBCE1C5) is known color: Edgewater. HEX triplet: BC, E1 and C5. RGB value is (188,225,197). Sum of RGB (Red+Green+Blue) = 188+225+197=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1C5 is #431E3A. Grayscale: #D2D2D2. Windows color (decimal): -4398651 or 12968380. OLE color: 12968380.

HSL color Cylindrical-coordinate representation of color #BCE1C5: hue angle of 134.59º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1C5 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 197 -
CMYK 0.16 0 0.12 0.12
HSL 134.59º 0.38% 0.81% -
HSV(B) 134.59º 0.16% 0.88% -
XYZ 57.74 68.57 63.02 -
YUV 210.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 188 225 197 0.16 0 0.12 0.12 134.59 0.38 0.81
Hex BC E1 C5 10 0 C C 87 26 51
Octal 274 341 305 20 0 14 14 207 46 121
Binary 10111100 11100001 11000101 10000 0 1100 1100 10000111 100110 1010001

Color Harmonies of #BCE1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1C5

Black with #BCE1C5

Text Example


Text Example

White with #BCE1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1C5; }

 p { color: rgb(188,225,197); }

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

background-color css

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

 a { background-color: rgb(188,225,197); }

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

border-color css

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

 span { border-color: rgb(188,225,197); }

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