Html Css Color HEX #BEE0BF Sea Mist

📋 copy color: '#BEE0BF'

red 190 ◦ green 224 ◦ blue 191

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

Shades of Sea Mist #BEE0BF

Tints of Sea Mist #BEE0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.02%

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

R = 31.4%
G = 37.02%
B = 31.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#BEE0BF (or 0xBEE0BF) is known color: Sea Mist. HEX triplet: BE, E0 and BF. RGB value is (190,224,191). Sum of RGB (Red+Green+Blue) = 190+224+191=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0BF is #411F40. Grayscale: #D2D2D2. Windows color (decimal): -4267841 or 12574910. OLE color: 12574910.

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

Color convert

RGB 190 224 191 -
CMYK 0.15 0 0.15 0.12
HSL 121.76º 0.35% 0.81% -
HSV(B) 121.76º 0.15% 0.88% -
XYZ 57.29 68.02 59.4 -
YUV 210.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 190 224 191 0.15 0 0.15 0.12 121.76 0.35 0.81
Hex BE E0 BF F 0 F C 7A 23 51
Octal 276 340 277 17 0 17 14 172 43 121
Binary 10111110 11100000 10111111 1111 0 1111 1100 1111010 100011 1010001

Color Harmonies of #BEE0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0BF

Black with #BEE0BF

Text Example


Text Example

White with #BEE0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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