Html Css Color HEX #BCDFC2 Edgewater

📋 copy color: '#BCDFC2'

red 188 ◦ green 223 ◦ blue 194

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

Shades of Edgewater #BCDFC2

Tints of Edgewater #BCDFC2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

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

R = 31.07%
G = 36.86%
B = 32.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BCDFC2 (or 0xBCDFC2) is known color: Edgewater. HEX triplet: BC, DF and C2. RGB value is (188,223,194). Sum of RGB (Red+Green+Blue) = 188+223+194=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC2 is #43203D. Grayscale: #D1D1D1. Windows color (decimal): -4399166 or 12771260. OLE color: 12771260.

HSL color Cylindrical-coordinate representation of color #BCDFC2: hue angle of 130.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFC2 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 194 -
CMYK 0.16 0 0.13 0.13
HSL 130.29º 0.35% 0.81% -
HSV(B) 130.29º 0.16% 0.87% -
XYZ 56.86 67.36 61.04 -
YUV 209.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 188 223 194 0.16 0 0.13 0.13 130.29 0.35 0.81
Hex BC DF C2 10 0 D D 82 23 51
Octal 274 337 302 20 0 15 15 202 43 121
Binary 10111100 11011111 11000010 10000 0 1101 1101 10000010 100011 1010001

Color Harmonies of #BCDFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFC2

Black with #BCDFC2

Text Example


Text Example

White with #BCDFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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