#B3DFBB

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

Shades of Fringy Flower #B3DFBB

Tints of Fringy Flower #B3DFBB

Color information

#B3DFBB (or 0xB3DFBB) is unknown color: approx Fringy Flower. HEX triplet: B3, DF and BB. RGB value is (179,223,187). Sum of RGB (Red+Green+Blue) = 179+223+187=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFBB is #4C2044. Grayscale: #CDCDCD. Windows color (decimal): -4988997 or 12312499. OLE color: 12312499.

HSL color Cylindrical-coordinate representation of color #B3DFBB: hue angle of 130.91º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3DFBB is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB179223187-
CMYK0.2000.160.13
HSL130.91º40.74%78.82%-
HSV(B)130.91º19.73%87.45%-
XYZ53.9565.9556.9-
YUV205.74117.42108.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=30.39%
G=37.86%
B=31.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792231870.2000.160.13130.9140.7478.82
HexB3DFBB14010D83294f
Octal263337273240201520351117
Binary101100111101111110111011101000100001101100000111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DFBB; }

 p { color: rgb(179,223,187); }

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

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

 a { background-color: rgb(179,223,187); }

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

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

 span { border-color: rgb(179,223,187); }

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