#BBF9BA

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

Shades of Fringy Flower #BBF9BA

Tints of Fringy Flower #BBF9BA

Color information

#BBF9BA (or 0xBBF9BA) is unknown color: approx Fringy Flower. HEX triplet: BB, F9 and BA. RGB value is (187,249,186). Sum of RGB (Red+Green+Blue) = 187+249+186=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9BA is #440645. Grayscale: #DFDFDF. Windows color (decimal): -4458054 or 12253627. OLE color: 12253627.

HSL color Cylindrical-coordinate representation of color #BBF9BA: hue angle of 119.05º 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 #BBF9BA is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB187249186-
CMYK0.2500.250.02
HSL119.05º84%85.29%-
HSV(B)119.05º25.3%97.65%-
XYZ63.2381.8658.92-
YUV223.28106.96102.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 249 (97.66% from 255) = 40.03%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=30.06%
G=40.03%
B=29.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872491860.2500.250.02119.058485.29
HexBBF9BA190192775455
Octal273371272310312167124125
Binary1011101111111001101110101100101100110111011110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9BA; }

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

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

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

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

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

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

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

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