Html Css Color HEX #BED7BE Sea Mist

📋 copy color: '#BED7BE'

red 190 ◦ green 215 ◦ blue 190

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

Shades of Sea Mist #BED7BE

Tints of Sea Mist #BED7BE

RGB

 RED value IS 190 (74.61% from 255) = 31.93%

 GREEN value IS 215 (84.38% from 255) = 36.13%

 BLUE value IS 190 (74.61% from 255) = 31.93%

R = 31.93%
G = 36.13%
B = 31.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#BED7BE (or 0xBED7BE) is known color: Sea Mist. HEX triplet: BE, D7 and BE. RGB value is (190,215,190). Sum of RGB (Red+Green+Blue) = 190+215+190=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7BE is #412841. Grayscale: #CCCCCC. Windows color (decimal): -4270146 or 12507070. OLE color: 12507070.

HSL color Cylindrical-coordinate representation of color #BED7BE: hue angle of 120º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED7BE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 190 -
CMYK 0.12 0 0.12 0.16
HSL 120º 0.24% 0.79% -
HSV(B) 120º 0.12% 0.84% -
XYZ 54.83 63.27 58.04 -
YUV 204.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 190 215 190 0.12 0 0.12 0.16 120 0.24 0.79
Hex BE D7 BE C 0 C 10 78 18 4F
Octal 276 327 276 14 0 14 20 170 30 117
Binary 10111110 11010111 10111110 1100 0 1100 10000 1111000 11000 1001111

Color Harmonies of #BED7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7BE

Black with #BED7BE

Text Example


Text Example

White with #BED7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7BE; }

 p { color: rgb(190,215,190); }

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

background-color css

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

 a { background-color: rgb(190,215,190); }

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

border-color css

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

 span { border-color: rgb(190,215,190); }

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