#BDF1BB

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

Shades of Fringy Flower #BDF1BB

Tints of Fringy Flower #BDF1BB

Color information

#BDF1BB (or 0xBDF1BB) is unknown color: approx Fringy Flower. HEX triplet: BD, F1 and BB. RGB value is (189,241,187). Sum of RGB (Red+Green+Blue) = 189+241+187=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1BB is #420E44. Grayscale: #DBDBDB. Windows color (decimal): -4329029 or 12317117. OLE color: 12317117.

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

Color convert

RGB189241187-
CMYK0.2200.220.05
HSL117.78º65.85%83.92%-
HSV(B)117.78º22.41%94.51%-
XYZ61.4177.3258.7-
YUV219.3109.77106.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=30.63%
G=39.06%
B=30.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411870.2200.220.05117.7865.8583.92
HexBDF1BB160165764254
Octal275361273260265166102124
Binary10111101111100011011101110110010110101111011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1BB; }

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

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

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

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

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

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

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

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