Html Css Color HEX #BCDCC6 Edgewater

📋 copy color: '#BCDCC6'

red 188 ◦ green 220 ◦ blue 198

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

Shades of Edgewater #BCDCC6

Tints of Edgewater #BCDCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.67%

R = 31.02%
G = 36.3%
B = 32.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#BCDCC6 (or 0xBCDCC6) is known color: Edgewater. HEX triplet: BC, DC and C6. RGB value is (188,220,198). Sum of RGB (Red+Green+Blue) = 188+220+198=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCC6 is #432339. Grayscale: #CFCFCF. Windows color (decimal): -4399930 or 13032636. OLE color: 13032636.

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

Color convert

RGB 188 220 198 -
CMYK 0.15 0 0.1 0.14
HSL 138.75º 0.31% 0.8% -
HSV(B) 138.75º 0.15% 0.86% -
XYZ 56.53 65.95 63.18 -
YUV 207.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 188 220 198 0.15 0 0.1 0.14 138.75 0.31 0.8
Hex BC DC C6 F 0 A E 8B 1F 50
Octal 274 334 306 17 0 12 16 213 37 120
Binary 10111100 11011100 11000110 1111 0 1010 1110 10001011 11111 1010000

Color Harmonies of #BCDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCC6

Black with #BCDCC6

Text Example


Text Example

White with #BCDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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