#B5D8C0

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

Shades of Fringy Flower #B5D8C0

Tints of Fringy Flower #B5D8C0

Color information

#B5D8C0 (or 0xB5D8C0) is unknown color: approx Fringy Flower. HEX triplet: B5, D8 and C0. RGB value is (181,216,192). Sum of RGB (Red+Green+Blue) = 181+216+192=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8C0 is #4A273F. Grayscale: #CACACA. Windows color (decimal): -4859712 or 12638389. OLE color: 12638389.

HSL color Cylindrical-coordinate representation of color #B5D8C0: hue angle of 138.86º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5D8C0 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB181216192-
CMYK0.1600.110.15
HSL138.86º30.97%77.84%-
HSV(B)138.86º16.2%84.71%-
XYZ53.1362.7459.18-
YUV202.8121.9112.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.73%
GREEN value IS 216 (84.77% from 255) = 36.67%
BLUE value IS 192 (75.39% from 255) = 32.60%
R=30.73%
G=36.67%
B=32.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812161920.1600.110.15138.8630.9777.84
HexB5D8C0100BF8b1f4e
Octal265330300200131721337116
Binary1011010111011000110000001000001011111110001011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D8C0; }

 p { color: rgb(181,216,192); }

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

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

 a { background-color: rgb(181,216,192); }

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

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

 span { border-color: rgb(181,216,192); }

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