Html Css Color HEX #BEE3BE Fringy Flower

📋 copy color: '#BEE3BE'

red 190 ◦ green 227 ◦ blue 190

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

Shades of Fringy Flower #BEE3BE

Tints of Fringy Flower #BEE3BE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.4%

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

R = 31.3%
G = 37.4%
B = 31.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#BEE3BE (or 0xBEE3BE) is known color: Fringy Flower. HEX triplet: BE, E3 and BE. RGB value is (190,227,190). Sum of RGB (Red+Green+Blue) = 190+227+190=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3BE is #411C41. Grayscale: #D3D3D3. Windows color (decimal): -4267074 or 12510142. OLE color: 12510142.

HSL color Cylindrical-coordinate representation of color #BEE3BE: hue angle of 120º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE3BE is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 227 190 -
CMYK 0.16 0 0.16 0.11
HSL 120º 0.4% 0.82% -
HSV(B) 120º 0.16% 0.89% -
XYZ 58 69.6 59.09 -
YUV 211.72 115.74 112.51 -
System Red Green Blue C M Y K H S L
Decimal 190 227 190 0.16 0 0.16 0.11 120 0.4 0.82
Hex BE E3 BE 10 0 10 B 78 28 52
Octal 276 343 276 20 0 20 13 170 50 122
Binary 10111110 11100011 10111110 10000 0 10000 1011 1111000 101000 1010010

Color Harmonies of #BEE3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE3BE

Black with #BEE3BE

Text Example


Text Example

White with #BEE3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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