#BFEBBB

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

Shades of Fringy Flower #BFEBBB

Tints of Fringy Flower #BFEBBB

Color information

#BFEBBB (or 0xBFEBBB) is unknown color: approx Fringy Flower. HEX triplet: BF, EB and BB. RGB value is (191,235,187). Sum of RGB (Red+Green+Blue) = 191+235+187=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBBB is #401444. Grayscale: #D8D8D8. Windows color (decimal): -4199493 or 12315583. OLE color: 12315583.

HSL color Cylindrical-coordinate representation of color #BFEBBB: hue angle of 115º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEBBB is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB191235187-
CMYK0.1900.200.08
HSL115º54.55%82.75%-
HSV(B)115º20.43%92.16%-
XYZ60.1674.0858.14-
YUV216.37111.42109.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=31.16%
G=38.34%
B=30.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912351870.1900.200.0811554.5582.75
HexBFEBBB130148733753
Octal277353273230241016367123
Binary10111111111010111011101110011010100100011100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBBB; }

 p { color: rgb(191,235,187); }

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

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

 a { background-color: rgb(191,235,187); }

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

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

 span { border-color: rgb(191,235,187); }

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