#B3DBC2

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

Shades of Fringy Flower #B3DBC2

Tints of Fringy Flower #B3DBC2

Color information

#B3DBC2 (or 0xB3DBC2) is unknown color: approx Fringy Flower. HEX triplet: B3, DB and C2. RGB value is (179,219,194). Sum of RGB (Red+Green+Blue) = 179+219+194=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBC2 is #4C243D. Grayscale: #CCCCCC. Windows color (decimal): -4990014 or 12770227. OLE color: 12770227.

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

Color convert

RGB179219194-
CMYK0.1800.110.14
HSL142.5º35.71%78.04%-
HSV(B)142.5º18.26%85.88%-
XYZ53.6664.1460.59-
YUV204.19122.25110.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.24%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 194 (76.17% from 255) = 32.77%
R=30.24%
G=36.99%
B=32.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792191940.1800.110.14142.535.7178.04
HexB3DBC2120BE8e244e
Octal263333302220131621644116
Binary10110011110110111100001010010010111110100011101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DBC2; }

 p { color: rgb(179,219,194); }

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

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

 a { background-color: rgb(179,219,194); }

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

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

 span { border-color: rgb(179,219,194); }

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