#BBDDC0

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

Shades of Fringy Flower #BBDDC0

Tints of Fringy Flower #BBDDC0

Color information

#BBDDC0 (or 0xBBDDC0) is unknown color: approx Fringy Flower. HEX triplet: BB, DD and C0. RGB value is (187,221,192). Sum of RGB (Red+Green+Blue) = 187+221+192=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDC0 is #44223F. Grayscale: #CFCFCF. Windows color (decimal): -4465216 or 12639675. OLE color: 12639675.

HSL color Cylindrical-coordinate representation of color #BBDDC0: hue angle of 128.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDDC0 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB187221192-
CMYK0.1500.130.13
HSL128.82º33.33%80%-
HSV(B)128.82º15.38%86.67%-
XYZ55.8666.0859.68-
YUV207.53119.24113.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 192 (75.39% from 255) = 32%
R=31.17%
G=36.83%
B=32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211920.1500.130.13128.8233.3380
HexBBDDC0F0DD812150
Octal273335300170151520141120
Binary1011101111011101110000001111011011101100000011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDC0; }

 p { color: rgb(187,221,192); }

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

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

 a { background-color: rgb(187,221,192); }

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

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

 span { border-color: rgb(187,221,192); }

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