Html Css Color HEX #BDFEBE Fringy Flower

📋 copy color: '#BDFEBE'

red 189 ◦ green 254 ◦ blue 190

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

Shades of Fringy Flower #BDFEBE

Tints of Fringy Flower #BDFEBE

RGB

 RED value IS 189 (74.22% from 255) = 29.86%

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

 BLUE value IS 190 (74.61% from 255) = 30.02%

R = 29.86%
G = 40.13%
B = 30.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#BDFEBE (or 0xBDFEBE) is known color: Fringy Flower. HEX triplet: BD, FE and BE. RGB value is (189,254,190). Sum of RGB (Red+Green+Blue) = 189+254+190=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEBE is #420141. Grayscale: #E3E3E3. Windows color (decimal): -4325698 or 12517053. OLE color: 12517053.

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

Color convert

RGB 189 254 190 -
CMYK 0.26 0 0.25 0.00
HSL 120.92º 0.97% 0.87% -
HSV(B) 120.92º 0.26% 1% -
XYZ 65.72 85.42 61.74 -
YUV 227.27 106.97 100.7 -
System Red Green Blue C M Y K H S L
Decimal 189 254 190 0.26 0 0.25 0.00 120.92 0.97 0.87
Hex BD FE BE 1A 0 19 0 79 61 57
Octal 275 376 276 32 0 31 0 171 141 127
Binary 10111101 11111110 10111110 11010 0 11001 0 1111001 1100001 1010111

Color Harmonies of #BDFEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEBE

Black with #BDFEBE

Text Example


Text Example

White with #BDFEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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