Html Css Color HEX #BCD5C5 Edgewater

📋 copy color: '#BCD5C5'

red 188 ◦ green 213 ◦ blue 197

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

Shades of Edgewater #BCD5C5

Tints of Edgewater #BCD5C5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.62%

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

R = 31.44%
G = 35.62%
B = 32.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#BCD5C5 (or 0xBCD5C5) is known color: Edgewater. HEX triplet: BC, D5 and C5. RGB value is (188,213,197). Sum of RGB (Red+Green+Blue) = 188+213+197=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5C5 is #432A3A. Grayscale: #CBCBCB. Windows color (decimal): -4401723 or 12965308. OLE color: 12965308.

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

Color convert

RGB 188 213 197 -
CMYK 0.12 0 0.08 0.16
HSL 141.6º 0.23% 0.79% -
HSV(B) 141.6º 0.12% 0.84% -
XYZ 54.61 62.31 61.97 -
YUV 203.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 188 213 197 0.12 0 0.08 0.16 141.6 0.23 0.79
Hex BC D5 C5 C 0 8 10 8E 17 4F
Octal 274 325 305 14 0 10 20 216 27 117
Binary 10111100 11010101 11000101 1100 0 1000 10000 10001110 10111 1001111

Color Harmonies of #BCD5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5C5

Black with #BCD5C5

Text Example


Text Example

White with #BCD5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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