#BBF6BA

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

Shades of Fringy Flower #BBF6BA

Tints of Fringy Flower #BBF6BA

Color information

#BBF6BA (or 0xBBF6BA) is unknown color: approx Fringy Flower. HEX triplet: BB, F6 and BA. RGB value is (187,246,186). Sum of RGB (Red+Green+Blue) = 187+246+186=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6BA is #440945. Grayscale: #DDDDDD. Windows color (decimal): -4458822 or 12252859. OLE color: 12252859.

HSL color Cylindrical-coordinate representation of color #BBF6BA: hue angle of 119º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6BA is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB187246186-
CMYK0.2400.240.04
HSL119º76.92%84.71%-
HSV(B)119º24.39%96.47%-
XYZ62.3180.0258.62-
YUV221.52107.95103.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.21%
GREEN value IS 246 (96.48% from 255) = 39.74%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=30.21%
G=39.74%
B=30.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872461860.2400.240.0411976.9284.71
HexBBF6BA180184774d55
Octal273366272300304167115125
Binary10111011111101101011101011000011000100111011110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF6BA; }

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

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

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

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

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

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

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

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