#BBFDB8

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

Shades of Fringy Flower #BBFDB8

Tints of Fringy Flower #BBFDB8

Color information

#BBFDB8 (or 0xBBFDB8) is unknown color: approx Fringy Flower. HEX triplet: BB, FD and B8. RGB value is (187,253,184). Sum of RGB (Red+Green+Blue) = 187+253+184=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDB8 is #440247. Grayscale: #E1E1E1. Windows color (decimal): -4457032 or 12123579. OLE color: 12123579.

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

Color convert

RGB187253184-
CMYK0.2600.270.01
HSL117.39º94.52%85.69%-
HSV(B)117.39º27.27%99.22%-
XYZ64.2784.2858.23-
YUV225.4104.63100.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 253 (99.22% from 255) = 40.54%
BLUE value IS 184 (72.27% from 255) = 29.49%
R=29.97%
G=40.54%
B=29.49%

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
Decimal1872531840.2600.270.01117.3994.5285.69
HexBBFDB81A01B1755f56
Octal273375270320331165137126
Binary101110111111110110111000110100110111111010110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDB8; }

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

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

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

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

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

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

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

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