Html Css Color HEX #BEDEBF Sea Mist

📋 copy color: '#BEDEBF'

red 190 ◦ green 222 ◦ blue 191

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

Shades of Sea Mist #BEDEBF

Tints of Sea Mist #BEDEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.67%

R = 31.51%
G = 36.82%
B = 31.67%

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

#BEDEBF (or 0xBEDEBF) is known color: Sea Mist. HEX triplet: BE, DE and BF. RGB value is (190,222,191). Sum of RGB (Red+Green+Blue) = 190+222+191=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEBF is #412140. Grayscale: #D0D0D0. Windows color (decimal): -4268353 or 12574398. OLE color: 12574398.

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

Color convert

RGB 190 222 191 -
CMYK 0.14 0 0.14 0.13
HSL 121.88º 0.33% 0.81% -
HSV(B) 121.88º 0.14% 0.87% -
XYZ 56.76 66.95 59.22 -
YUV 208.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 190 222 191 0.14 0 0.14 0.13 121.88 0.33 0.81
Hex BE DE BF E 0 E D 7A 21 51
Octal 276 336 277 16 0 16 15 172 41 121
Binary 10111110 11011110 10111111 1110 0 1110 1101 1111010 100001 1010001

Color Harmonies of #BEDEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDEBF

Black with #BEDEBF

Text Example


Text Example

White with #BEDEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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