#BDFEBB

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

Shades of Fringy Flower #BDFEBB

Tints of Fringy Flower #BDFEBB

Color information

#BDFEBB (or 0xBDFEBB) is unknown color: approx Fringy Flower. HEX triplet: BD, FE and BB. RGB value is (189,254,187). Sum of RGB (Red+Green+Blue) = 189+254+187=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEBB is #420144. Grayscale: #E3E3E3. Windows color (decimal): -4325701 or 12320445. OLE color: 12320445.

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

Color convert

RGB189254187-
CMYK0.2600.260.00
HSL118.21º97.1%86.47%-
HSV(B)118.21º26.38%99.61%-
XYZ65.485.2960.03-
YUV226.93105.47100.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=30%
G=40.32%
B=29.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541870.2600.260.00118.2197.186.47
HexBDFEBB1A01A0766156
Octal275376273320320166141126
Binary101111011111111010111011110100110100111011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEBB; }

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

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

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

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

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

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

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

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