Html Css Color HEX #BFE0BE Sea Mist

📋 copy color: '#BFE0BE'

red 191 ◦ green 224 ◦ blue 190

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

Shades of Sea Mist #BFE0BE

Tints of Sea Mist #BFE0BE

RGB

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

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

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

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

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

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

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

Color convert

RGB 191 224 190 -
CMYK 0.15 0 0.15 0.12
HSL 118.24º 0.35% 0.81% -
HSV(B) 118.24º 0.15% 0.88% -
XYZ 57.44 68.11 58.83 -
YUV 210.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 191 224 190 0.15 0 0.15 0.12 118.24 0.35 0.81
Hex BF E0 BE F 0 F C 76 23 51
Octal 277 340 276 17 0 17 14 166 43 121
Binary 10111111 11100000 10111110 1111 0 1111 1100 1110110 100011 1010001

Color Harmonies of #BFE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0BE

Black with #BFE0BE

Text Example


Text Example

White with #BFE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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