Html Css Color HEX #BCDAC4 Edgewater

📋 copy color: '#BCDAC4'

red 188 ◦ green 218 ◦ blue 196

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

Shades of Edgewater #BCDAC4

Tints of Edgewater #BCDAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.56%

R = 31.23%
G = 36.21%
B = 32.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#BCDAC4 (or 0xBCDAC4) is known color: Edgewater. HEX triplet: BC, DA and C4. RGB value is (188,218,196). Sum of RGB (Red+Green+Blue) = 188+218+196=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC4 is #43253B. Grayscale: #CECECE. Windows color (decimal): -4400444 or 12901052. OLE color: 12901052.

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

Color convert

RGB 188 218 196 -
CMYK 0.14 0 0.10 0.15
HSL 136º 0.29% 0.8% -
HSV(B) 136º 0.14% 0.85% -
XYZ 55.77 64.82 61.8 -
YUV 206.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 188 218 196 0.14 0 0.10 0.15 136 0.29 0.8
Hex BC DA C4 E 0 A F 88 1D 50
Octal 274 332 304 16 0 12 17 210 35 120
Binary 10111100 11011010 11000100 1110 0 1010 1111 10001000 11101 1010000

Color Harmonies of #BCDAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAC4

Black with #BCDAC4

Text Example


Text Example

White with #BCDAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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