#BDE9BB

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

Shades of Fringy Flower #BDE9BB

Tints of Fringy Flower #BDE9BB

Color information

#BDE9BB (or 0xBDE9BB) is unknown color: approx Fringy Flower. HEX triplet: BD, E9 and BB. RGB value is (189,233,187). Sum of RGB (Red+Green+Blue) = 189+233+187=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9BB is #421644. Grayscale: #D6D6D6. Windows color (decimal): -4331077 or 12315069. OLE color: 12315069.

HSL color Cylindrical-coordinate representation of color #BDE9BB: hue angle of 117.39º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE9BB is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB189233187-
CMYK0.1900.200.09
HSL117.39º51.11%82.35%-
HSV(B)117.39º19.74%91.37%-
XYZ59.0972.6857.93-
YUV214.6112.42109.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 233 (91.41% from 255) = 38.26%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=31.03%
G=38.26%
B=30.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331870.1900.200.09117.3951.1182.35
HexBDE9BB130149753352
Octal275351273230241116563122
Binary10111101111010011011101110011010100100111101011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE9BB; }

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

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

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

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

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

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

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

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