Html Css Color HEX #BCDCC1 Edgewater

📋 copy color: '#BCDCC1'

red 188 ◦ green 220 ◦ blue 193

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

Shades of Edgewater #BCDCC1

Tints of Edgewater #BCDCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.61%

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

R = 31.28%
G = 36.61%
B = 32.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#BCDCC1 (or 0xBCDCC1) is known color: Edgewater. HEX triplet: BC, DC and C1. RGB value is (188,220,193). Sum of RGB (Red+Green+Blue) = 188+220+193=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCC1 is #43233E. Grayscale: #CFCFCF. Windows color (decimal): -4399935 or 12704956. OLE color: 12704956.

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

Color convert

RGB 188 220 193 -
CMYK 0.15 0 0.12 0.14
HSL 129.38º 0.31% 0.8% -
HSV(B) 129.38º 0.15% 0.86% -
XYZ 55.96 65.73 60.19 -
YUV 207.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 188 220 193 0.15 0 0.12 0.14 129.38 0.31 0.8
Hex BC DC C1 F 0 C E 81 1F 50
Octal 274 334 301 17 0 14 16 201 37 120
Binary 10111100 11011100 11000001 1111 0 1100 1110 10000001 11111 1010000

Color Harmonies of #BCDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCC1

Black with #BCDCC1

Text Example


Text Example

White with #BCDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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