Html Css Color HEX #BCE2C5 Edgewater

📋 copy color: '#BCE2C5'

red 188 ◦ green 226 ◦ blue 197

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

Shades of Edgewater #BCE2C5

Tints of Edgewater #BCE2C5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.99%

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

R = 30.77%
G = 36.99%
B = 32.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#BCE2C5 (or 0xBCE2C5) is known color: Edgewater. HEX triplet: BC, E2 and C5. RGB value is (188,226,197). Sum of RGB (Red+Green+Blue) = 188+226+197=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2C5 is #431D3A. Grayscale: #D3D3D3. Windows color (decimal): -4398395 or 12968636. OLE color: 12968636.

HSL color Cylindrical-coordinate representation of color #BCE2C5: hue angle of 134.21º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE2C5 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 197 -
CMYK 0.17 0 0.13 0.11
HSL 134.21º 0.4% 0.81% -
HSV(B) 134.21º 0.17% 0.89% -
XYZ 58.01 69.12 63.11 -
YUV 211.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 188 226 197 0.17 0 0.13 0.11 134.21 0.4 0.81
Hex BC E2 C5 11 0 D B 86 28 51
Octal 274 342 305 21 0 15 13 206 50 121
Binary 10111100 11100010 11000101 10001 0 1101 1011 10000110 101000 1010001

Color Harmonies of #BCE2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2C5

Black with #BCE2C5

Text Example


Text Example

White with #BCE2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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