#BBF9BD

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

Shades of Fringy Flower #BBF9BD

Tints of Fringy Flower #BBF9BD

Color information

#BBF9BD (or 0xBBF9BD) is unknown color: approx Fringy Flower. HEX triplet: BB, F9 and BD. RGB value is (187,249,189). Sum of RGB (Red+Green+Blue) = 187+249+189=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9BD is #440642. Grayscale: #DFDFDF. Windows color (decimal): -4458051 or 12450235. OLE color: 12450235.

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

Color convert

RGB187249189-
CMYK0.2500.240.02
HSL121.94º83.78%85.49%-
HSV(B)121.94º24.9%97.65%-
XYZ63.5581.9960.62-
YUV223.62108.46101.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 249 (97.66% from 255) = 39.84%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=29.92%
G=39.84%
B=30.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872491890.2500.240.02121.9483.7885.49
HexBBF9BD1901827a5455
Octal273371275310302172124125
Binary1011101111111001101111011100101100010111101010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9BD; }

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

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

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

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

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

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

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

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