Html Css Color HEX #BDFEBF Fringy Flower

📋 copy color: '#BDFEBF'

red 189 ◦ green 254 ◦ blue 191

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

Shades of Fringy Flower #BDFEBF

Tints of Fringy Flower #BDFEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.13%

R = 29.81%
G = 40.06%
B = 30.13%

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

#BDFEBF (or 0xBDFEBF) is known color: Fringy Flower. HEX triplet: BD, FE and BF. RGB value is (189,254,191). Sum of RGB (Red+Green+Blue) = 189+254+191=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEBF is #420140. Grayscale: #E3E3E3. Windows color (decimal): -4325697 or 12582589. OLE color: 12582589.

HSL color Cylindrical-coordinate representation of color #BDFEBF: hue angle of 121.85º 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 #BDFEBF is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 191 -
CMYK 0.26 0 0.25 0.00
HSL 121.85º 0.97% 0.87% -
HSV(B) 121.85º 0.26% 1% -
XYZ 65.83 85.46 62.32 -
YUV 227.38 107.47 100.62 -
System Red Green Blue C M Y K H S L
Decimal 189 254 191 0.26 0 0.25 0.00 121.85 0.97 0.87
Hex BD FE BF 1A 0 19 0 7A 61 57
Octal 275 376 277 32 0 31 0 172 141 127
Binary 10111101 11111110 10111111 11010 0 11001 0 1111010 1100001 1010111

Color Harmonies of #BDFEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEBF

Black with #BDFEBF

Text Example


Text Example

White with #BDFEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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