#B1DBBB

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

Shades of Fringy Flower #B1DBBB

Tints of Fringy Flower #B1DBBB

Color information

#B1DBBB (or 0xB1DBBB) is unknown color: approx Fringy Flower. HEX triplet: B1, DB and BB. RGB value is (177,219,187). Sum of RGB (Red+Green+Blue) = 177+219+187=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBBB is #4E2444. Grayscale: #CACACA. Windows color (decimal): -5121093 or 12311473. OLE color: 12311473.

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

Color convert

RGB177219187-
CMYK0.1900.150.14
HSL134.29º36.84%77.65%-
HSV(B)134.29º19.18%85.88%-
XYZ52.4363.656.53-
YUV202.79119.09109.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.36%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=30.36%
G=37.56%
B=32.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772191870.1900.150.14134.2936.8477.65
HexB1DBBB130FE86254e
Octal261333273230171620645116
Binary10110001110110111011101110011011111110100001101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DBBB; }

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

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

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

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

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

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

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

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