Html Css Color HEX #BCDFC7 Edgewater

📋 copy color: '#BCDFC7'

red 188 ◦ green 223 ◦ blue 199

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

Shades of Edgewater #BCDFC7

Tints of Edgewater #BCDFC7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.56%

 BLUE value IS 199 (78.13% from 255) = 32.62%

R = 30.82%
G = 36.56%
B = 32.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#BCDFC7 (or 0xBCDFC7) is known color: Edgewater. HEX triplet: BC, DF and C7. RGB value is (188,223,199). Sum of RGB (Red+Green+Blue) = 188+223+199=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC7 is #432038. Grayscale: #D1D1D1. Windows color (decimal): -4399161 or 13098940. OLE color: 13098940.

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

Color convert

RGB 188 223 199 -
CMYK 0.16 0 0.11 0.13
HSL 138.86º 0.35% 0.81% -
HSV(B) 138.86º 0.16% 0.87% -
XYZ 57.44 67.59 64.05 -
YUV 209.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 188 223 199 0.16 0 0.11 0.13 138.86 0.35 0.81
Hex BC DF C7 10 0 B D 8B 23 51
Octal 274 337 307 20 0 13 15 213 43 121
Binary 10111100 11011111 11000111 10000 0 1011 1101 10001011 100011 1010001

Color Harmonies of #BCDFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFC7

Black with #BCDFC7

Text Example


Text Example

White with #BCDFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFC7; }

 p { color: rgb(188,223,199); }

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

background-color css

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

 a { background-color: rgb(188,223,199); }

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

border-color css

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

 span { border-color: rgb(188,223,199); }

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