Html Css Color HEX #BEF5BD Fringy Flower

📋 copy color: '#BEF5BD'

red 190 ◦ green 245 ◦ blue 189

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

Shades of Fringy Flower #BEF5BD

Tints of Fringy Flower #BEF5BD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.26%

 BLUE value IS 189 (74.22% from 255) = 30.29%

R = 30.45%
G = 39.26%
B = 30.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#BEF5BD (or 0xBEF5BD) is known color: Fringy Flower. HEX triplet: BE, F5 and BD. RGB value is (190,245,189). Sum of RGB (Red+Green+Blue) = 190+245+189=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5BD is #410A42. Grayscale: #DEDEDE. Windows color (decimal): -4262467 or 12449214. OLE color: 12449214.

HSL color Cylindrical-coordinate representation of color #BEF5BD: hue angle of 118.93º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF5BD is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 245 189 -
CMYK 0.22 0 0.23 0.04
HSL 118.93º 0.74% 0.85% -
HSV(B) 118.93º 0.23% 0.96% -
XYZ 63.07 79.93 60.25 -
YUV 222.17 109.28 105.05 -
System Red Green Blue C M Y K H S L
Decimal 190 245 189 0.22 0 0.23 0.04 118.93 0.74 0.85
Hex BE F5 BD 16 0 17 4 77 4A 55
Octal 276 365 275 26 0 27 4 167 112 125
Binary 10111110 11110101 10111101 10110 0 10111 100 1110111 1001010 1010101

Color Harmonies of #BEF5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF5BD

Black with #BEF5BD

Text Example


Text Example

White with #BEF5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF5BD; }

 p { color: rgb(190,245,189); }

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

background-color css

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

 a { background-color: rgb(190,245,189); }

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

border-color css

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

 span { border-color: rgb(190,245,189); }

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