Html Css Color HEX #BCDCC2 Edgewater

📋 copy color: '#BCDCC2'

red 188 ◦ green 220 ◦ blue 194

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

Shades of Edgewater #BCDCC2

Tints of Edgewater #BCDCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.23%

R = 31.23%
G = 36.54%
B = 32.23%

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

#BCDCC2 (or 0xBCDCC2) is known color: Edgewater. HEX triplet: BC, DC and C2. RGB value is (188,220,194). Sum of RGB (Red+Green+Blue) = 188+220+194=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCC2 is #43233D. Grayscale: #CFCFCF. Windows color (decimal): -4399934 or 12770492. OLE color: 12770492.

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

Color convert

RGB 188 220 194 -
CMYK 0.15 0 0.12 0.14
HSL 131.25º 0.31% 0.8% -
HSV(B) 131.25º 0.15% 0.86% -
XYZ 56.07 65.77 60.78 -
YUV 207.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 188 220 194 0.15 0 0.12 0.14 131.25 0.31 0.8
Hex BC DC C2 F 0 C E 83 1F 50
Octal 274 334 302 17 0 14 16 203 37 120
Binary 10111100 11011100 11000010 1111 0 1100 1110 10000011 11111 1010000

Color Harmonies of #BCDCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCC2

Black with #BCDCC2

Text Example


Text Example

White with #BCDCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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