#BFFBBE

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

Shades of Fringy Flower #BFFBBE

Tints of Fringy Flower #BFFBBE

Color information

#BFFBBE (or 0xBFFBBE) is unknown color: approx Fringy Flower. HEX triplet: BF, FB and BE. RGB value is (191,251,190). Sum of RGB (Red+Green+Blue) = 191+251+190=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBBE is #400441. Grayscale: #E2E2E2. Windows color (decimal): -4195394 or 12516287. OLE color: 12516287.

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

Color convert

RGB191251190-
CMYK0.2400.240.02
HSL119.02º88.41%86.47%-
HSV(B)119.02º24.3%98.43%-
XYZ65.2883.7961.45-
YUV226.11107.62102.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.22%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 190 (74.61% from 255) = 30.06%
R=30.22%
G=39.72%
B=30.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912511900.2400.240.02119.0288.4186.47
HexBFFBBE180182775856
Octal277373276300302167130126
Binary1011111111111011101111101100001100010111011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBBE; }

 p { color: rgb(191,251,190); }

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

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

 a { background-color: rgb(191,251,190); }

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

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

 span { border-color: rgb(191,251,190); }

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