#B3DAC0

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

Shades of Fringy Flower #B3DAC0

Tints of Fringy Flower #B3DAC0

Color information

#B3DAC0 (or 0xB3DAC0) is unknown color: approx Fringy Flower. HEX triplet: B3, DA and C0. RGB value is (179,218,192). Sum of RGB (Red+Green+Blue) = 179+218+192=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DAC0 is #4C253F. Grayscale: #CBCBCB. Windows color (decimal): -4990272 or 12638899. OLE color: 12638899.

HSL color Cylindrical-coordinate representation of color #B3DAC0: hue angle of 140º 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 #B3DAC0 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB179218192-
CMYK0.1800.120.15
HSL140º34.51%77.84%-
HSV(B)140º17.89%85.49%-
XYZ53.1863.5359.33-
YUV203.38121.58110.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 192 (75.39% from 255) = 32.60%
R=30.39%
G=37.01%
B=32.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792181920.1800.120.1514034.5177.84
HexB3DAC0120CF8c234e
Octal263332300220141721443116
Binary10110011110110101100000010010011001111100011001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DAC0; }

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

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

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

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

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

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

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

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