#B3DBBB

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

Shades of Fringy Flower #B3DBBB

Tints of Fringy Flower #B3DBBB

Color information

#B3DBBB (or 0xB3DBBB) is unknown color: approx Fringy Flower. HEX triplet: B3, DB and BB. RGB value is (179,219,187). Sum of RGB (Red+Green+Blue) = 179+219+187=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBBB is #4C2444. Grayscale: #CBCBCB. Windows color (decimal): -4990021 or 12311475. OLE color: 12311475.

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

Color convert

RGB179219187-
CMYK0.1800.150.14
HSL132º35.71%78.04%-
HSV(B)132º18.26%85.88%-
XYZ52.8963.8356.55-
YUV203.39118.75110.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.60%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=30.60%
G=37.44%
B=31.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792191870.1800.150.1413235.7178.04
HexB3DBBB120FE84244e
Octal263333273220171620444116
Binary10110011110110111011101110010011111110100001001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DBBB; }

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

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

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

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

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

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

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

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