#B4DDBB

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

Shades of Fringy Flower #B4DDBB

Tints of Fringy Flower #B4DDBB

Color information

#B4DDBB (or 0xB4DDBB) is unknown color: approx Fringy Flower. HEX triplet: B4, DD and BB. RGB value is (180,221,187). Sum of RGB (Red+Green+Blue) = 180+221+187=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDBB is #4B2244. Grayscale: #CCCCCC. Windows color (decimal): -4923973 or 12311988. OLE color: 12311988.

HSL color Cylindrical-coordinate representation of color #B4DDBB: hue angle of 130.24º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DDBB is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB180221187-
CMYK0.1900.150.13
HSL130.24º37.61%78.63%-
HSV(B)130.24º18.55%86.67%-
XYZ53.656556.73-
YUV204.86117.92110.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.61%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=30.61%
G=37.59%
B=31.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802211870.1900.150.13130.2437.6178.63
HexB4DDBB130FD82264f
Octal264335273230171520246117
Binary10110100110111011011101110011011111101100000101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DDBB; }

 p { color: rgb(180,221,187); }

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

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

 a { background-color: rgb(180,221,187); }

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

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

 span { border-color: rgb(180,221,187); }

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