#BDF0BB

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

Shades of Fringy Flower #BDF0BB

Tints of Fringy Flower #BDF0BB

Color information

#BDF0BB (or 0xBDF0BB) is unknown color: approx Fringy Flower. HEX triplet: BD, F0 and BB. RGB value is (189,240,187). Sum of RGB (Red+Green+Blue) = 189+240+187=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0BB is #420F44. Grayscale: #DADADA. Windows color (decimal): -4329285 or 12316861. OLE color: 12316861.

HSL color Cylindrical-coordinate representation of color #BDF0BB: hue angle of 117.74º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF0BB is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB189240187-
CMYK0.2100.220.06
HSL117.74º63.86%83.73%-
HSV(B)117.74º22.08%94.12%-
XYZ61.1276.7358.6-
YUV218.71110.1106.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 240 (94.14% from 255) = 38.96%
BLUE value IS 187 (73.44% from 255) = 30.36%
R=30.68%
G=38.96%
B=30.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892401870.2100.220.06117.7463.8683.73
HexBDF0BB150166764054
Octal275360273250266166100124
Binary10111101111100001011101110101010110110111011010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0BB; }

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

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

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

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

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

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

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

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