#BDF9BB

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

Shades of Fringy Flower #BDF9BB

Tints of Fringy Flower #BDF9BB

Color information

#BDF9BB (or 0xBDF9BB) is unknown color: approx Fringy Flower. HEX triplet: BD, F9 and BB. RGB value is (189,249,187). Sum of RGB (Red+Green+Blue) = 189+249+187=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9BB is #420644. Grayscale: #E0E0E0. Windows color (decimal): -4326981 or 12319165. OLE color: 12319165.

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

Color convert

RGB189249187-
CMYK0.2400.250.02
HSL118.06º83.78%85.49%-
HSV(B)118.06º24.9%97.65%-
XYZ63.8382.1659.51-
YUV223.99107.12103.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 249 (97.66% from 255) = 39.84%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=30.24%
G=39.84%
B=29.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491870.2400.250.02118.0683.7885.49
HexBDF9BB180192765455
Octal275371273300312166124125
Binary1011110111111001101110111100001100110111011010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9BB; }

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

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

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

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

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

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

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

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