#B0DCBB

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

Shades of Fringy Flower #B0DCBB

Tints of Fringy Flower #B0DCBB

Color information

#B0DCBB (or 0xB0DCBB) is unknown color: approx Fringy Flower. HEX triplet: B0, DC and BB. RGB value is (176,220,187). Sum of RGB (Red+Green+Blue) = 176+220+187=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCBB is #4F2344. Grayscale: #CBCBCB. Windows color (decimal): -5186373 or 12311728. OLE color: 12311728.

HSL color Cylindrical-coordinate representation of color #B0DCBB: hue angle of 135º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCBB is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB176220187-
CMYK0.200.150.14
HSL135º38.6%77.65%-
HSV(B)135º20%86.27%-
XYZ52.476456.6-
YUV203.08118.92108.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=30.19%
G=37.74%
B=32.08%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762201870.200.150.1413538.677.65
HexB0DCBB140FE87274e
Octal260334273240171620747116
Binary10110000110111001011101110100011111110100001111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCBB; }

 p { color: rgb(176,220,187); }

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

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

 a { background-color: rgb(176,220,187); }

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

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

 span { border-color: rgb(176,220,187); }

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