#BBDFC0

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

Shades of Fringy Flower #BBDFC0

Tints of Fringy Flower #BBDFC0

Color information

#BBDFC0 (or 0xBBDFC0) is unknown color: approx Fringy Flower. HEX triplet: BB, DF and C0. RGB value is (187,223,192). Sum of RGB (Red+Green+Blue) = 187+223+192=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFC0 is #44203F. Grayscale: #D0D0D0. Windows color (decimal): -4464704 or 12640187. OLE color: 12640187.

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

Color convert

RGB187223192-
CMYK0.1600.140.13
HSL128.33º36%80.39%-
HSV(B)128.33º16.14%87.45%-
XYZ56.467.1559.86-
YUV208.7118.57112.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 192 (75.39% from 255) = 31.89%
R=31.06%
G=37.04%
B=31.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231920.1600.140.13128.333680.39
HexBBDFC0100ED802450
Octal273337300200161520044120
Binary10111011110111111100000010000011101101100000001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFC0; }

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

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

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

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

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

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

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

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