Html Css Color HEX #BCD2C2 Edgewater

📋 copy color: '#BCD2C2'

red 188 ◦ green 210 ◦ blue 194

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

Shades of Edgewater #BCD2C2

Tints of Edgewater #BCD2C2

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.47%

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

R = 31.76%
G = 35.47%
B = 32.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#BCD2C2 (or 0xBCD2C2) is known color: Edgewater. HEX triplet: BC, D2 and C2. RGB value is (188,210,194). Sum of RGB (Red+Green+Blue) = 188+210+194=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2C2 is #432D3D. Grayscale: #C9C9C9. Windows color (decimal): -4402494 or 12767932. OLE color: 12767932.

HSL color Cylindrical-coordinate representation of color #BCD2C2: hue angle of 136.36º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD2C2 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 194 -
CMYK 0.10 0 0.08 0.18
HSL 136.36º 0.2% 0.78% -
HSV(B) 136.36º 0.1% 0.82% -
XYZ 53.52 60.68 59.93 -
YUV 201.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 188 210 194 0.10 0 0.08 0.18 136.36 0.2 0.78
Hex BC D2 C2 A 0 8 12 88 14 4E
Octal 274 322 302 12 0 10 22 210 24 116
Binary 10111100 11010010 11000010 1010 0 1000 10010 10001000 10100 1001110

Color Harmonies of #BCD2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2C2

Black with #BCD2C2

Text Example


Text Example

White with #BCD2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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