#B4DCBE

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

Shades of Fringy Flower #B4DCBE

Tints of Fringy Flower #B4DCBE

Color information

#B4DCBE (or 0xB4DCBE) is unknown color: approx Fringy Flower. HEX triplet: B4, DC and BE. RGB value is (180,220,190). Sum of RGB (Red+Green+Blue) = 180+220+190=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCBE is #4B2341. Grayscale: #CCCCCC. Windows color (decimal): -4924226 or 12508340. OLE color: 12508340.

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

Color convert

RGB180220190-
CMYK0.1800.140.14
HSL135º36.36%78.43%-
HSV(B)135º18.18%86.27%-
XYZ53.7164.6158.35-
YUV204.62119.75110.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.51%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=30.51%
G=37.29%
B=32.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802201900.1800.140.1413536.3678.43
HexB4DCBE120EE87244e
Octal264334276220161620744116
Binary10110100110111001011111010010011101110100001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCBE; }

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

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

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

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

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

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

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

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