#BBFCB8

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

Shades of Fringy Flower #BBFCB8

Tints of Fringy Flower #BBFCB8

Color information

#BBFCB8 (or 0xBBFCB8) is unknown color: approx Fringy Flower. HEX triplet: BB, FC and B8. RGB value is (187,252,184). Sum of RGB (Red+Green+Blue) = 187+252+184=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 184 (72.27% from 255 or 29.53% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCB8 is #440347. Grayscale: #E1E1E1. Windows color (decimal): -4457288 or 12123323. OLE color: 12123323.

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

Color convert

RGB187252184-
CMYK0.2600.270.01
HSL117.35º91.89%85.49%-
HSV(B)117.35º26.98%98.82%-
XYZ63.9683.6558.12-
YUV224.81104.97101.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 184 (72.27% from 255) = 29.53%
R=30.02%
G=40.45%
B=29.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872521840.2600.270.01117.3591.8985.49
HexBBFCB81A01B1755c55
Octal273374270320331165134125
Binary101110111111110010111000110100110111111010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCB8; }

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

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

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

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

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

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

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

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