#B0FCBB

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

Shades of Fringy Flower #B0FCBB

Tints of Fringy Flower #B0FCBB

Color information

#B0FCBB (or 0xB0FCBB) is unknown color: approx Fringy Flower. HEX triplet: B0, FC and BB. RGB value is (176,252,187). Sum of RGB (Red+Green+Blue) = 176+252+187=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCBB is #4F0344. Grayscale: #DEDEDE. Windows color (decimal): -5178181 or 12319920. OLE color: 12319920.

HSL color Cylindrical-coordinate representation of color #B0FCBB: hue angle of 128.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCBB is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB176252187-
CMYK0.3000.260.01
HSL128.68º92.68%83.92%-
HSV(B)128.68º30.16%98.82%-
XYZ61.6882.4459.67-
YUV221.87108.3295.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.62%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=28.62%
G=40.98%
B=30.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762521870.3000.260.01128.6892.6883.92
HexB0FCBB1E01A1815d54
Octal260374273360321201135124
Binary1011000011111100101110111111001101011000000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FCBB; }

 p { color: rgb(176,252,187); }

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

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

 a { background-color: rgb(176,252,187); }

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

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

 span { border-color: rgb(176,252,187); }

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