Html Css Color HEX #BCDAC7 Edgewater

📋 copy color: '#BCDAC7'

red 188 ◦ green 218 ◦ blue 199

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

Shades of Edgewater #BCDAC7

Tints of Edgewater #BCDAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.03%

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

R = 31.07%
G = 36.03%
B = 32.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#BCDAC7 (or 0xBCDAC7) is known color: Edgewater. HEX triplet: BC, DA and C7. RGB value is (188,218,199). Sum of RGB (Red+Green+Blue) = 188+218+199=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC7 is #432538. Grayscale: #CECECE. Windows color (decimal): -4400441 or 13097660. OLE color: 13097660.

HSL color Cylindrical-coordinate representation of color #BCDAC7: hue angle of 142º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDAC7 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 199 -
CMYK 0.14 0 0.09 0.15
HSL 142º 0.29% 0.8% -
HSV(B) 142º 0.14% 0.85% -
XYZ 56.12 64.96 63.61 -
YUV 206.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 188 218 199 0.14 0 0.09 0.15 142 0.29 0.8
Hex BC DA C7 E 0 9 F 8E 1D 50
Octal 274 332 307 16 0 11 17 216 35 120
Binary 10111100 11011010 11000111 1110 0 1001 1111 10001110 11101 1010000

Color Harmonies of #BCDAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAC7

Black with #BCDAC7

Text Example


Text Example

White with #BCDAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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