Html Css Color HEX #BEDEC0 Sea Mist

📋 copy color: '#BEDEC0'

red 190 ◦ green 222 ◦ blue 192

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

Shades of Sea Mist #BEDEC0

Tints of Sea Mist #BEDEC0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.75%

 BLUE value IS 192 (75.39% from 255) = 31.79%

R = 31.46%
G = 36.75%
B = 31.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#BEDEC0 (or 0xBEDEC0) is known color: Sea Mist. HEX triplet: BE, DE and C0. RGB value is (190,222,192). Sum of RGB (Red+Green+Blue) = 190+222+192=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEC0 is #41213F. Grayscale: #D1D1D1. Windows color (decimal): -4268352 or 12639934. OLE color: 12639934.

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

Color convert

RGB 190 222 192 -
CMYK 0.14 0 0.14 0.13
HSL 123.75º 0.33% 0.81% -
HSV(B) 123.75º 0.14% 0.87% -
XYZ 56.87 67 59.8 -
YUV 209.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 190 222 192 0.14 0 0.14 0.13 123.75 0.33 0.81
Hex BE DE C0 E 0 E D 7C 21 51
Octal 276 336 300 16 0 16 15 174 41 121
Binary 10111110 11011110 11000000 1110 0 1110 1101 1111100 100001 1010001

Color Harmonies of #BEDEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDEC0

Black with #BEDEC0

Text Example


Text Example

White with #BEDEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDEC0; }

 p { color: rgb(190,222,192); }

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

background-color css

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

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

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

border-color css

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

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

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