#BDF3BB

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

Shades of Fringy Flower #BDF3BB

Tints of Fringy Flower #BDF3BB

Color information

#BDF3BB (or 0xBDF3BB) is unknown color: approx Fringy Flower. HEX triplet: BD, F3 and BB. RGB value is (189,243,187). Sum of RGB (Red+Green+Blue) = 189+243+187=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3BB is #420C44. Grayscale: #DCDCDC. Windows color (decimal): -4328517 or 12317629. OLE color: 12317629.

HSL color Cylindrical-coordinate representation of color #BDF3BB: hue angle of 117.86º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF3BB is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB189243187-
CMYK0.2200.230.05
HSL117.86º70%84.31%-
HSV(B)117.86º23.05%95.29%-
XYZ62.0178.5158.9-
YUV220.47109.11105.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 243 (95.31% from 255) = 39.26%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=30.53%
G=39.26%
B=30.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892431870.2200.230.05117.867084.31
HexBDF3BB160175764654
Octal275363273260275166106124
Binary10111101111100111011101110110010111101111011010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3BB; }

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

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

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

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

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

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

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

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