Html Css Color HEX #BEDDC0 Sea Mist

📋 copy color: '#BEDDC0'

red 190 ◦ green 221 ◦ blue 192

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

Shades of Sea Mist #BEDDC0

Tints of Sea Mist #BEDDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.65%

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

R = 31.51%
G = 36.65%
B = 31.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BEDDC0 (or 0xBEDDC0) is known color: Sea Mist. HEX triplet: BE, DD and C0. RGB value is (190,221,192). Sum of RGB (Red+Green+Blue) = 190+221+192=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDC0 is #41223F. Grayscale: #D0D0D0. Windows color (decimal): -4268608 or 12639678. OLE color: 12639678.

HSL color Cylindrical-coordinate representation of color #BEDDC0: hue angle of 123.87º degrees, saturation: 0.31, 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 #BEDDC0 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 192 -
CMYK 0.14 0 0.13 0.13
HSL 123.87º 0.31% 0.81% -
HSV(B) 123.87º 0.14% 0.87% -
XYZ 56.61 66.47 59.71 -
YUV 208.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 190 221 192 0.14 0 0.13 0.13 123.87 0.31 0.81
Hex BE DD C0 E 0 D D 7C 1F 51
Octal 276 335 300 16 0 15 15 174 37 121
Binary 10111110 11011101 11000000 1110 0 1101 1101 1111100 11111 1010001

Color Harmonies of #BEDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDC0

Black with #BEDDC0

Text Example


Text Example

White with #BEDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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