#BBF7B8

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

Shades of Fringy Flower #BBF7B8

Tints of Fringy Flower #BBF7B8

Color information

#BBF7B8 (or 0xBBF7B8) is unknown color: approx Fringy Flower. HEX triplet: BB, F7 and B8. RGB value is (187,247,184). Sum of RGB (Red+Green+Blue) = 187+247+184=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 247 (96.88% from 255 or 39.97% from 618); Blue value is 184 (72.27% from 255 or 29.77% from 618); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7B8 is #440847. Grayscale: #DEDEDE. Windows color (decimal): -4458568 or 12122043. OLE color: 12122043.

HSL color Cylindrical-coordinate representation of color #BBF7B8: hue angle of 117.14º degrees, saturation: 0.8, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF7B8 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB187247184-
CMYK0.2400.260.03
HSL117.14º79.75%84.51%-
HSV(B)117.14º25.51%96.86%-
XYZ62.4180.5557.61-
YUV221.88106.62103.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 247 (96.88% from 255) = 39.97%
BLUE value IS 184 (72.27% from 255) = 29.77%
R=30.26%
G=39.97%
B=29.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872471840.2400.260.03117.1479.7584.51
HexBBF7B81801A3755055
Octal273367270300323165120125
Binary1011101111110111101110001100001101011111010110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF7B8; }

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

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

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

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

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

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

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

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