#B0FABD

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

Shades of Fringy Flower #B0FABD

Tints of Fringy Flower #B0FABD

Color information

#B0FABD (or 0xB0FABD) is unknown color: approx Fringy Flower. HEX triplet: B0, FA and BD. RGB value is (176,250,189). Sum of RGB (Red+Green+Blue) = 176+250+189=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FABD is #4F0542. Grayscale: #DDDDDD. Windows color (decimal): -5178691 or 12450480. OLE color: 12450480.

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

Color convert

RGB176250189-
CMYK0.3000.240.02
HSL130.54º88.1%83.53%-
HSV(B)130.54º29.6%98.04%-
XYZ61.2881.2860.6-
YUV220.92109.9895.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.62%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 189 (74.22% from 255) = 30.73%
R=28.62%
G=40.65%
B=30.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501890.3000.240.02130.5488.183.53
HexB0FABD1E0182835854
Octal260372275360302203130124
Binary10110000111110101011110111110011000101000001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FABD; }

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

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

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

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

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

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

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

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