Html Css Color HEX #BEFEF1 Water Leaf

📋 copy color: '#BEFEF1'

red 190 ◦ green 254 ◦ blue 241

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

Shades of Water Leaf #BEFEF1

Tints of Water Leaf #BEFEF1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.08%

 BLUE value IS 241 (94.53% from 255) = 35.18%

R = 27.74%
G = 37.08%
B = 35.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#BEFEF1 (or 0xBEFEF1) is known color: Water Leaf. HEX triplet: BE, FE and F1. RGB value is (190,254,241). Sum of RGB (Red+Green+Blue) = 190+254+241=685 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.74% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEF1 is #41010E. Grayscale: #E9E9E9. Windows color (decimal): -4260111 or 15859390. OLE color: 15859390.

HSL color Cylindrical-coordinate representation of color #BEFEF1: hue angle of 167.81º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEF1 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 254 241 -
CMYK 0.25 0 0.05 0.00
HSL 167.81º 0.97% 0.87% -
HSV(B) 167.81º 0.25% 1% -
XYZ 72.55 88.18 96.42 -
YUV 233.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 190 254 241 0.25 0 0.05 0.00 167.81 0.97 0.87
Hex BE FE F1 19 0 5 0 A8 61 57
Octal 276 376 361 31 0 5 0 250 141 127
Binary 10111110 11111110 11110001 11001 0 101 0 10101000 1100001 1010111

Color Harmonies of #BEFEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFEF1

Black with #BEFEF1

Text Example


Text Example

White with #BEFEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFEF1; }

 p { color: rgb(190,254,241); }

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

background-color css

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

 a { background-color: rgb(190,254,241); }

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

border-color css

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

 span { border-color: rgb(190,254,241); }

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