#B8DCBD

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

Shades of Fringy Flower #B8DCBD

Tints of Fringy Flower #B8DCBD

Color information

#B8DCBD (or 0xB8DCBD) is unknown color: approx Fringy Flower. HEX triplet: B8, DC and BD. RGB value is (184,220,189). Sum of RGB (Red+Green+Blue) = 184+220+189=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCBD is #472342. Grayscale: #CDCDCD. Windows color (decimal): -4662083 or 12442808. OLE color: 12442808.

HSL color Cylindrical-coordinate representation of color #B8DCBD: hue angle of 128.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DCBD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB184220189-
CMYK0.1600.140.14
HSL128.33º33.96%79.22%-
HSV(B)128.33º16.36%86.27%-
XYZ54.5565.0557.83-
YUV205.7118.57112.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.03%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=31.03%
G=37.10%
B=31.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201890.1600.140.14128.3333.9679.22
HexB8DCBD100EE80224f
Octal270334275200161620042117
Binary10111000110111001011110110000011101110100000001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DCBD; }

 p { color: rgb(184,220,189); }

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

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

 a { background-color: rgb(184,220,189); }

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

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

 span { border-color: rgb(184,220,189); }

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