#BDF9BE

Color #BDF9BE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BDF9BE

Tints of Fringy Flower #BDF9BE

Color information

#BDF9BE (or 0xBDF9BE) is unknown color: approx Fringy Flower. HEX triplet: BD, F9 and BE. RGB value is (189,249,190). Sum of RGB (Red+Green+Blue) = 189+249+190=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9BE is #420641. Grayscale: #E0E0E0. Windows color (decimal): -4326978 or 12515773. OLE color: 12515773.

HSL color Cylindrical-coordinate representation of color #BDF9BE: hue angle of 121º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9BE is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB189249190-
CMYK0.2400.240.02
HSL121º83.33%85.88%-
HSV(B)121º24.1%97.65%-
XYZ64.1682.2961.22-
YUV224.33108.62102.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 249 (97.66% from 255) = 39.65%
BLUE value IS 190 (74.61% from 255) = 30.25%
R=30.10%
G=39.65%
B=30.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491900.2400.240.0212183.3385.88
HexBDF9BE180182795356
Octal275371276300302171123126
Binary1011110111111001101111101100001100010111100110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9BE; }

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

 H1.HeaderClassName
 {
   color: #BDF9BE;
 }
 .AnyTagClassName
 {
   color: #BDF9BE;
 }
</style>
background-color css

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

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

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

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

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

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