#B3DABB

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

Shades of Fringy Flower #B3DABB

Tints of Fringy Flower #B3DABB

Color information

#B3DABB (or 0xB3DABB) is unknown color: approx Fringy Flower. HEX triplet: B3, DA and BB. RGB value is (179,218,187). Sum of RGB (Red+Green+Blue) = 179+218+187=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DABB is #4C2544. Grayscale: #CACACA. Windows color (decimal): -4990277 or 12311219. OLE color: 12311219.

HSL color Cylindrical-coordinate representation of color #B3DABB: hue angle of 132.31º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3DABB is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB179218187-
CMYK0.1800.140.15
HSL132.31º34.51%77.84%-
HSV(B)132.31º17.89%85.49%-
XYZ52.6363.3156.46-
YUV202.8119.08111.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.65%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=30.65%
G=37.33%
B=32.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792181870.1800.140.15132.3134.5177.84
HexB3DABB120EF84234e
Octal263332273220161720443116
Binary10110011110110101011101110010011101111100001001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DABB; }

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

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

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

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

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

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

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

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