Html Css Color HEX #BCDAC1 Edgewater

📋 copy color: '#BCDAC1'

red 188 ◦ green 218 ◦ blue 193

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

Shades of Edgewater #BCDAC1

Tints of Edgewater #BCDAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.22%

R = 31.39%
G = 36.39%
B = 32.22%

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

#BCDAC1 (or 0xBCDAC1) is known color: Edgewater. HEX triplet: BC, DA and C1. RGB value is (188,218,193). Sum of RGB (Red+Green+Blue) = 188+218+193=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC1 is #43253E. Grayscale: #CECECE. Windows color (decimal): -4400447 or 12704444. OLE color: 12704444.

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

Color convert

RGB 188 218 193 -
CMYK 0.14 0 0.11 0.15
HSL 130º 0.29% 0.8% -
HSV(B) 130º 0.14% 0.85% -
XYZ 55.44 64.68 60.02 -
YUV 206.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 188 218 193 0.14 0 0.11 0.15 130 0.29 0.8
Hex BC DA C1 E 0 B F 82 1D 50
Octal 274 332 301 16 0 13 17 202 35 120
Binary 10111100 11011010 11000001 1110 0 1011 1111 10000010 11101 1010000

Color Harmonies of #BCDAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAC1

Black with #BCDAC1

Text Example


Text Example

White with #BCDAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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