Html Css Color HEX #BEDFBE Sea Mist

📋 copy color: '#BEDFBE'

red 190 ◦ green 223 ◦ blue 190

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

Shades of Sea Mist #BEDFBE

Tints of Sea Mist #BEDFBE

RGB

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

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

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

R = 31.51%
G = 36.98%
B = 31.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#BEDFBE (or 0xBEDFBE) is known color: Sea Mist. HEX triplet: BE, DF and BE. RGB value is (190,223,190). Sum of RGB (Red+Green+Blue) = 190+223+190=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFBE is #412041. Grayscale: #D1D1D1. Windows color (decimal): -4268098 or 12509118. OLE color: 12509118.

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

Color convert

RGB 190 223 190 -
CMYK 0.15 0 0.15 0.13
HSL 120º 0.34% 0.81% -
HSV(B) 120º 0.15% 0.87% -
XYZ 56.92 67.44 58.73 -
YUV 209.37 117.07 114.18 -
System Red Green Blue C M Y K H S L
Decimal 190 223 190 0.15 0 0.15 0.13 120 0.34 0.81
Hex BE DF BE F 0 F D 78 22 51
Octal 276 337 276 17 0 17 15 170 42 121
Binary 10111110 11011111 10111110 1111 0 1111 1101 1111000 100010 1010001

Color Harmonies of #BEDFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFBE

Black with #BEDFBE

Text Example


Text Example

White with #BEDFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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