#BBF9BF

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

Shades of Fringy Flower #BBF9BF

Tints of Fringy Flower #BBF9BF

Color information

#BBF9BF (or 0xBBF9BF) is unknown color: approx Fringy Flower. HEX triplet: BB, F9 and BF. RGB value is (187,249,191). Sum of RGB (Red+Green+Blue) = 187+249+191=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9BF is #440640. Grayscale: #E0E0E0. Windows color (decimal): -4458049 or 12581307. OLE color: 12581307.

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

Color convert

RGB187249191-
CMYK0.2500.230.02
HSL123.87º83.78%85.49%-
HSV(B)123.87º24.9%97.65%-
XYZ63.7782.0861.77-
YUV223.85109.46101.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 249 (97.66% from 255) = 39.71%
BLUE value IS 191 (75% from 255) = 30.46%
R=29.82%
G=39.71%
B=30.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872491910.2500.230.02123.8783.7885.49
HexBBF9BF1901727c5455
Octal273371277310272174124125
Binary1011101111111001101111111100101011110111110010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9BF; }

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

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

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

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

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

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

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

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