Html Css Color HEX #BEE896 Reef

📋 copy color: '#BEE896'

red 190 ◦ green 232 ◦ blue 150

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

Shades of Reef #BEE896

Tints of Reef #BEE896

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.56%

 BLUE value IS 150 (58.98% from 255) = 26.22%

R = 33.22%
G = 40.56%
B = 26.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#BEE896 (or 0xBEE896) is known color: Reef. HEX triplet: BE, E8 and 96. RGB value is (190,232,150). Sum of RGB (Red+Green+Blue) = 190+232+150=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE896 is #411769. Grayscale: #D2D2D2. Windows color (decimal): -4265834 or 9889982. OLE color: 9889982.

HSL color Cylindrical-coordinate representation of color #BEE896: hue angle of 90.73º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEE896 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 232 150 -
CMYK 0.18 0 0.35 0.09
HSL 90.73º 0.64% 0.75% -
HSV(B) 90.73º 0.35% 0.91% -
XYZ 55.6 70.86 39.6 -
YUV 210.09 94.09 113.67 -
System Red Green Blue C M Y K H S L
Decimal 190 232 150 0.18 0 0.35 0.09 90.73 0.64 0.75
Hex BE E8 96 12 0 23 9 5B 40 4B
Octal 276 350 226 22 0 43 11 133 100 113
Binary 10111110 11101000 10010110 10010 0 100011 1001 1011011 1000000 1001011

Color Harmonies of #BEE896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE896

Black with #BEE896

Text Example


Text Example

White with #BEE896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE896; }

 p { color: rgb(190,232,150); }

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

background-color css

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

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

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

border-color css

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

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

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