Html Css Color HEX #BCD7C5 Edgewater

📋 copy color: '#BCD7C5'

red 188 ◦ green 215 ◦ blue 197

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

Shades of Edgewater #BCD7C5

Tints of Edgewater #BCD7C5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.83%

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

R = 31.33%
G = 35.83%
B = 32.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#BCD7C5 (or 0xBCD7C5) is known color: Edgewater. HEX triplet: BC, D7 and C5. RGB value is (188,215,197). Sum of RGB (Red+Green+Blue) = 188+215+197=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7C5 is #43283A. Grayscale: #CCCCCC. Windows color (decimal): -4401211 or 12965820. OLE color: 12965820.

HSL color Cylindrical-coordinate representation of color #BCD7C5: hue angle of 140º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD7C5 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 197 -
CMYK 0.13 0 0.08 0.16
HSL 140º 0.25% 0.79% -
HSV(B) 140º 0.13% 0.84% -
XYZ 55.12 63.32 62.14 -
YUV 204.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 188 215 197 0.13 0 0.08 0.16 140 0.25 0.79
Hex BC D7 C5 D 0 8 10 8C 19 4F
Octal 274 327 305 15 0 10 20 214 31 117
Binary 10111100 11010111 11000101 1101 0 1000 10000 10001100 11001 1001111

Color Harmonies of #BCD7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7C5

Black with #BCD7C5

Text Example


Text Example

White with #BCD7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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