#BBF8BD

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

Shades of Fringy Flower #BBF8BD

Tints of Fringy Flower #BBF8BD

Color information

#BBF8BD (or 0xBBF8BD) is unknown color: approx Fringy Flower. HEX triplet: BB, F8 and BD. RGB value is (187,248,189). Sum of RGB (Red+Green+Blue) = 187+248+189=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8BD is #440742. Grayscale: #DFDFDF. Windows color (decimal): -4458307 or 12449979. OLE color: 12449979.

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

Color convert

RGB187248189-
CMYK0.2500.240.03
HSL121.97º81.33%85.29%-
HSV(B)121.97º24.6%97.25%-
XYZ63.2581.3760.52-
YUV223.03108.79102.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=29.97%
G=39.74%
B=30.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872481890.2500.240.03121.9781.3385.29
HexBBF8BD1901837a5155
Octal273370275310303172121125
Binary1011101111111000101111011100101100011111101010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8BD; }

 p { color: rgb(187,248,189); }

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

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

 a { background-color: rgb(187,248,189); }

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

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

 span { border-color: rgb(187,248,189); }

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