Html Css Color HEX #BCDAC3 Edgewater

📋 copy color: '#BCDAC3'

red 188 ◦ green 218 ◦ blue 195

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

Shades of Edgewater #BCDAC3

Tints of Edgewater #BCDAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.45%

R = 31.28%
G = 36.27%
B = 32.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#BCDAC3 (or 0xBCDAC3) is known color: Edgewater. HEX triplet: BC, DA and C3. RGB value is (188,218,195). Sum of RGB (Red+Green+Blue) = 188+218+195=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC3 is #43253C. Grayscale: #CECECE. Windows color (decimal): -4400445 or 12835516. OLE color: 12835516.

HSL color Cylindrical-coordinate representation of color #BCDAC3: hue angle of 134º 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 #BCDAC3 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 195 -
CMYK 0.14 0 0.11 0.15
HSL 134º 0.29% 0.8% -
HSV(B) 134º 0.14% 0.85% -
XYZ 55.66 64.77 61.2 -
YUV 206.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 188 218 195 0.14 0 0.11 0.15 134 0.29 0.8
Hex BC DA C3 E 0 B F 86 1D 50
Octal 274 332 303 16 0 13 17 206 35 120
Binary 10111100 11011010 11000011 1110 0 1011 1111 10000110 11101 1010000

Color Harmonies of #BCDAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAC3

Black with #BCDAC3

Text Example


Text Example

White with #BCDAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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