#B4DEBC

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

Shades of Fringy Flower #B4DEBC

Tints of Fringy Flower #B4DEBC

Color information

#B4DEBC (or 0xB4DEBC) is unknown color: approx Fringy Flower. HEX triplet: B4, DE and BC. RGB value is (180,222,188). Sum of RGB (Red+Green+Blue) = 180+222+188=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEBC is #4B2143. Grayscale: #CDCDCD. Windows color (decimal): -4923716 or 12377780. OLE color: 12377780.

HSL color Cylindrical-coordinate representation of color #B4DEBC: hue angle of 131.43º degrees, saturation: 0.39, 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 #B4DEBC is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB180222188-
CMYK0.1900.150.13
HSL131.43º38.89%78.82%-
HSV(B)131.43º18.92%87.06%-
XYZ54.0265.5857.39-
YUV205.57118.09109.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.51%
GREEN value IS 222 (87.11% from 255) = 37.63%
BLUE value IS 188 (73.83% from 255) = 31.86%
R=30.51%
G=37.63%
B=31.86%

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
Decimal1802221880.1900.150.13131.4338.8978.82
HexB4DEBC130FD83274f
Octal264336274230171520347117
Binary10110100110111101011110010011011111101100000111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEBC; }

 p { color: rgb(180,222,188); }

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

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

 a { background-color: rgb(180,222,188); }

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

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

 span { border-color: rgb(180,222,188); }

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