Html Css Color HEX #BEE696 Reef

📋 copy color: '#BEE696'

red 190 ◦ green 230 ◦ blue 150

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

Shades of Reef #BEE696

Tints of Reef #BEE696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.35%

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

R = 33.33%
G = 40.35%
B = 26.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#BEE696 (or 0xBEE696) is known color: Reef. HEX triplet: BE, E6 and 96. RGB value is (190,230,150). Sum of RGB (Red+Green+Blue) = 190+230+150=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE696 is #411969. Grayscale: #D1D1D1. Windows color (decimal): -4266346 or 9889470. OLE color: 9889470.

HSL color Cylindrical-coordinate representation of color #BEE696: hue angle of 90º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEE696 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 230 150 -
CMYK 0.17 0 0.35 0.10
HSL 90º 0.62% 0.75% -
HSV(B) 90º 0.35% 0.9% -
XYZ 55.04 69.74 39.42 -
YUV 208.92 94.75 114.5 -
System Red Green Blue C M Y K H S L
Decimal 190 230 150 0.17 0 0.35 0.10 90 0.62 0.75
Hex BE E6 96 11 0 23 A 5A 3E 4B
Octal 276 346 226 21 0 43 12 132 76 113
Binary 10111110 11100110 10010110 10001 0 100011 1010 1011010 111110 1001011

Color Harmonies of #BEE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE696

Black with #BEE696

Text Example


Text Example

White with #BEE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE696; }

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

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

background-color css

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

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

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

border-color css

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

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

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