Html Css Color HEX #BEE995 Reef

📋 copy color: '#BEE995'

red 190 ◦ green 233 ◦ blue 149

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

Shades of Reef #BEE995

Tints of Reef #BEE995

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.73%

 BLUE value IS 149 (58.59% from 255) = 26.05%

R = 33.22%
G = 40.73%
B = 26.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#BEE995 (or 0xBEE995) is known color: Reef. HEX triplet: BE, E9 and 95. RGB value is (190,233,149). Sum of RGB (Red+Green+Blue) = 190+233+149=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE995 is #41166A. Grayscale: #D2D2D2. Windows color (decimal): -4265579 or 9824702. OLE color: 9824702.

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

Color convert

RGB 190 233 149 -
CMYK 0.18 0 0.36 0.09
HSL 90.71º 0.66% 0.75% -
HSV(B) 90.71º 0.36% 0.91% -
XYZ 55.8 71.39 39.27 -
YUV 210.57 93.25 113.33 -
System Red Green Blue C M Y K H S L
Decimal 190 233 149 0.18 0 0.36 0.09 90.71 0.66 0.75
Hex BE E9 95 12 0 24 9 5B 42 4B
Octal 276 351 225 22 0 44 11 133 102 113
Binary 10111110 11101001 10010101 10010 0 100100 1001 1011011 1000010 1001011

Color Harmonies of #BEE995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE995

Black with #BEE995

Text Example


Text Example

White with #BEE995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE995; }

 p { color: rgb(190,233,149); }

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

background-color css

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

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

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

border-color css

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

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

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