#B4DBBE

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

Shades of Fringy Flower #B4DBBE

Tints of Fringy Flower #B4DBBE

Color information

#B4DBBE (or 0xB4DBBE) is unknown color: approx Fringy Flower. HEX triplet: B4, DB and BE. RGB value is (180,219,190). Sum of RGB (Red+Green+Blue) = 180+219+190=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBBE is #4B2441. Grayscale: #CCCCCC. Windows color (decimal): -4924482 or 12508084. OLE color: 12508084.

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

Color convert

RGB180219190-
CMYK0.1800.130.14
HSL135.38º35.14%78.24%-
HSV(B)135.38º17.81%85.88%-
XYZ53.4564.0858.27-
YUV204.03120.08110.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.56%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=30.56%
G=37.18%
B=32.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802191900.1800.130.14135.3835.1478.24
HexB4DBBE120DE87234e
Octal264333276220151620743116
Binary10110100110110111011111010010011011110100001111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DBBE; }

 p { color: rgb(180,219,190); }

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

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

 a { background-color: rgb(180,219,190); }

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

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

 span { border-color: rgb(180,219,190); }

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