Html Css Color HEX #BCDDC1 Edgewater

📋 copy color: '#BCDDC1'

red 188 ◦ green 221 ◦ blue 193

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

Shades of Edgewater #BCDDC1

Tints of Edgewater #BCDDC1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.71%

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

R = 31.23%
G = 36.71%
B = 32.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BCDDC1 (or 0xBCDDC1) is known color: Edgewater. HEX triplet: BC, DD and C1. RGB value is (188,221,193). Sum of RGB (Red+Green+Blue) = 188+221+193=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDC1 is #43223E. Grayscale: #D0D0D0. Windows color (decimal): -4399679 or 12705212. OLE color: 12705212.

HSL color Cylindrical-coordinate representation of color #BCDDC1: hue angle of 129.09º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDDC1 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 193 -
CMYK 0.15 0 0.13 0.13
HSL 129.09º 0.33% 0.8% -
HSV(B) 129.09º 0.15% 0.87% -
XYZ 56.22 66.25 60.28 -
YUV 207.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 188 221 193 0.15 0 0.13 0.13 129.09 0.33 0.8
Hex BC DD C1 F 0 D D 81 21 50
Octal 274 335 301 17 0 15 15 201 41 120
Binary 10111100 11011101 11000001 1111 0 1101 1101 10000001 100001 1010000

Color Harmonies of #BCDDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDC1

Black with #BCDDC1

Text Example


Text Example

White with #BCDDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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