Html Css Color HEX #BCDCC4 Edgewater

📋 copy color: '#BCDCC4'

red 188 ◦ green 220 ◦ blue 196

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

Shades of Edgewater #BCDCC4

Tints of Edgewater #BCDCC4

RGB

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

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

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

R = 31.13%
G = 36.42%
B = 32.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#BCDCC4 (or 0xBCDCC4) is known color: Edgewater. HEX triplet: BC, DC and C4. RGB value is (188,220,196). Sum of RGB (Red+Green+Blue) = 188+220+196=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCC4 is #43233B. Grayscale: #CFCFCF. Windows color (decimal): -4399932 or 12901564. OLE color: 12901564.

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

Color convert

RGB 188 220 196 -
CMYK 0.15 0 0.11 0.14
HSL 135º 0.31% 0.8% -
HSV(B) 135º 0.15% 0.86% -
XYZ 56.3 65.86 61.97 -
YUV 207.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 188 220 196 0.15 0 0.11 0.14 135 0.31 0.8
Hex BC DC C4 F 0 B E 87 1F 50
Octal 274 334 304 17 0 13 16 207 37 120
Binary 10111100 11011100 11000100 1111 0 1011 1110 10000111 11111 1010000

Color Harmonies of #BCDCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCC4

Black with #BCDCC4

Text Example


Text Example

White with #BCDCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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