#BBFBBC

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

Shades of Fringy Flower #BBFBBC

Tints of Fringy Flower #BBFBBC

Color information

#BBFBBC (or 0xBBFBBC) is unknown color: approx Fringy Flower. HEX triplet: BB, FB and BC. RGB value is (187,251,188). Sum of RGB (Red+Green+Blue) = 187+251+188=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBBC is #440443. Grayscale: #E0E0E0. Windows color (decimal): -4457540 or 12385211. OLE color: 12385211.

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

Color convert

RGB187251188-
CMYK0.2500.250.02
HSL120.94º88.89%85.88%-
HSV(B)120.94º25.5%98.43%-
XYZ64.0783.1960.26-
YUV224.68107.3101.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 251 (98.44% from 255) = 40.10%
BLUE value IS 188 (73.83% from 255) = 30.03%
R=29.87%
G=40.10%
B=30.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872511880.2500.250.02120.9488.8985.88
HexBBFBBC190192795956
Octal273373274310312171131126
Binary1011101111111011101111001100101100110111100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBBC; }

 p { color: rgb(187,251,188); }

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

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

 a { background-color: rgb(187,251,188); }

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

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

 span { border-color: rgb(187,251,188); }

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