#BBFCBE

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

Shades of Fringy Flower #BBFCBE

Tints of Fringy Flower #BBFCBE

Color information

#BBFCBE (or 0xBBFCBE) is unknown color: approx Fringy Flower. HEX triplet: BB, FC and BE. RGB value is (187,252,190). Sum of RGB (Red+Green+Blue) = 187+252+190=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCBE is #440341. Grayscale: #E1E1E1. Windows color (decimal): -4457282 or 12516539. OLE color: 12516539.

HSL color Cylindrical-coordinate representation of color #BBFCBE: hue angle of 122.77º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCBE is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB187252190-
CMYK0.2600.250.01
HSL122.77º91.55%86.08%-
HSV(B)122.77º25.79%98.82%-
XYZ64.683.961.51-
YUV225.5107.97100.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 252 (98.83% from 255) = 40.06%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=29.73%
G=40.06%
B=30.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872521900.2600.250.01122.7791.5586.08
HexBBFCBE1A01917b5c56
Octal273374276320311173134126
Binary101110111111110010111110110100110011111101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCBE; }

 p { color: rgb(187,252,190); }

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

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

 a { background-color: rgb(187,252,190); }

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

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

 span { border-color: rgb(187,252,190); }

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