Html Css Color HEX #BCDCC8 Edgewater

📋 copy color: '#BCDCC8'

red 188 ◦ green 220 ◦ blue 200

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

Shades of Edgewater #BCDCC8

Tints of Edgewater #BCDCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.89%

R = 30.92%
G = 36.18%
B = 32.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#BCDCC8 (or 0xBCDCC8) is known color: Edgewater. HEX triplet: BC, DC and C8. RGB value is (188,220,200). Sum of RGB (Red+Green+Blue) = 188+220+200=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCC8 is #432337. Grayscale: #D0D0D0. Windows color (decimal): -4399928 or 13163708. OLE color: 13163708.

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

Color convert

RGB 188 220 200 -
CMYK 0.15 0 0.09 0.14
HSL 142.5º 0.31% 0.8% -
HSV(B) 142.5º 0.15% 0.86% -
XYZ 56.76 66.05 64.4 -
YUV 208.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 188 220 200 0.15 0 0.09 0.14 142.5 0.31 0.8
Hex BC DC C8 F 0 9 E 8E 1F 50
Octal 274 334 310 17 0 11 16 216 37 120
Binary 10111100 11011100 11001000 1111 0 1001 1110 10001110 11111 1010000

Color Harmonies of #BCDCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCC8

Black with #BCDCC8

Text Example


Text Example

White with #BCDCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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