#BBFABD

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

Shades of Fringy Flower #BBFABD

Tints of Fringy Flower #BBFABD

Color information

#BBFABD (or 0xBBFABD) is unknown color: approx Fringy Flower. HEX triplet: BB, FA and BD. RGB value is (187,250,189). Sum of RGB (Red+Green+Blue) = 187+250+189=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFABD is #440542. Grayscale: #E0E0E0. Windows color (decimal): -4457795 or 12450491. OLE color: 12450491.

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

Color convert

RGB187250189-
CMYK0.2500.240.02
HSL121.9º86.3%85.69%-
HSV(B)121.9º25.2%98.04%-
XYZ63.8682.6160.72-
YUV224.21108.13101.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=29.87%
G=39.94%
B=30.19%

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
Decimal1872501890.2500.240.02121.986.385.69
HexBBFABD1901827a5656
Octal273372275310302172126126
Binary1011101111111010101111011100101100010111101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFABD; }

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

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

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

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

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

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

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

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