Html Css Color HEX #BEF9EC Water Leaf

📋 copy color: '#BEF9EC'

red 190 ◦ green 249 ◦ blue 236

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

Shades of Water Leaf #BEF9EC

Tints of Water Leaf #BEF9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.89%

 BLUE value IS 236 (92.58% from 255) = 34.96%

R = 28.15%
G = 36.89%
B = 34.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#BEF9EC (or 0xBEF9EC) is known color: Water Leaf. HEX triplet: BE, F9 and EC. RGB value is (190,249,236). Sum of RGB (Red+Green+Blue) = 190+249+236=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF9EC is #410613. Grayscale: #E5E5E5. Windows color (decimal): -4261396 or 15530430. OLE color: 15530430.

HSL color Cylindrical-coordinate representation of color #BEF9EC: hue angle of 166.78º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9EC is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 249 236 -
CMYK 0.24 0 0.05 0.02
HSL 166.78º 0.83% 0.86% -
HSV(B) 166.78º 0.24% 0.98% -
XYZ 70.25 84.75 92.01 -
YUV 229.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 190 249 236 0.24 0 0.05 0.02 166.78 0.83 0.86
Hex BE F9 EC 18 0 5 2 A7 53 56
Octal 276 371 354 30 0 5 2 247 123 126
Binary 10111110 11111001 11101100 11000 0 101 10 10100111 1010011 1010110

Color Harmonies of #BEF9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF9EC

Black with #BEF9EC

Text Example


Text Example

White with #BEF9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF9EC; }

 p { color: rgb(190,249,236); }

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

background-color css

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

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

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

border-color css

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

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

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