Html Css Color HEX #BEFFBD Fringy Flower

📋 copy color: '#BEFFBD'

red 190 ◦ green 255 ◦ blue 189

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

Shades of Fringy Flower #BEFFBD

Tints of Fringy Flower #BEFFBD

RGB

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

 GREEN value IS 255 (100% from 255) = 40.22%

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

R = 29.97%
G = 40.22%
B = 29.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#BEFFBD (or 0xBEFFBD) is known color: Fringy Flower. HEX triplet: BE, FF and BD. RGB value is (190,255,189). Sum of RGB (Red+Green+Blue) = 190+255+189=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFBD is #410042. Grayscale: #E4E4E4. Windows color (decimal): -4259907 or 12451774. OLE color: 12451774.

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

Color convert

RGB 190 255 189 -
CMYK 0.25 0 0.26 0
HSL 119.09º 1% 0.87% -
HSV(B) 119.09º 0.26% 1% -
XYZ 66.18 86.14 61.28 -
YUV 228.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 190 255 189 0.25 0 0.26 0 119.09 1 0.87
Hex BE FF BD 19 0 1A 0 77 64 57
Octal 276 377 275 31 0 32 0 167 144 127
Binary 10111110 11111111 10111101 11001 0 11010 0 1110111 1100100 1010111

Color Harmonies of #BEFFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFBD

Black with #BEFFBD

Text Example


Text Example

White with #BEFFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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