Html Css Color HEX #BEE695 Reef

📋 copy color: '#BEE695'

red 190 ◦ green 230 ◦ blue 149

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

Shades of Reef #BEE695

Tints of Reef #BEE695

RGB

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

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

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

R = 33.39%
G = 40.42%
B = 26.19%

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

#BEE695 (or 0xBEE695) is known color: Reef. HEX triplet: BE, E6 and 95. RGB value is (190,230,149). Sum of RGB (Red+Green+Blue) = 190+230+149=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE695 is #41196A. Grayscale: #D1D1D1. Windows color (decimal): -4266347 or 9823934. OLE color: 9823934.

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

Color convert

RGB 190 230 149 -
CMYK 0.17 0 0.35 0.10
HSL 89.63º 0.62% 0.74% -
HSV(B) 89.63º 0.35% 0.9% -
XYZ 54.96 69.71 38.99 -
YUV 208.81 94.25 114.59 -
System Red Green Blue C M Y K H S L
Decimal 190 230 149 0.17 0 0.35 0.10 89.63 0.62 0.74
Hex BE E6 95 11 0 23 A 5A 3E 4A
Octal 276 346 225 21 0 43 12 132 76 112
Binary 10111110 11100110 10010101 10001 0 100011 1010 1011010 111110 1001010

Color Harmonies of #BEE695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE695

Black with #BEE695

Text Example


Text Example

White with #BEE695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE695; }

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

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

background-color css

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

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

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

border-color css

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

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

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