#BBEDBF

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

Shades of Fringy Flower #BBEDBF

Tints of Fringy Flower #BBEDBF

Color information

#BBEDBF (or 0xBBEDBF) is unknown color: approx Fringy Flower. HEX triplet: BB, ED and BF. RGB value is (187,237,191). Sum of RGB (Red+Green+Blue) = 187+237+191=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDBF is #441240. Grayscale: #D8D8D8. Windows color (decimal): -4461121 or 12578235. OLE color: 12578235.

HSL color Cylindrical-coordinate representation of color #BBEDBF: hue angle of 124.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDBF is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB187237191-
CMYK0.2100.190.07
HSL124.8º58.14%83.14%-
HSV(B)124.8º21.1%92.94%-
XYZ60.1874.8960.57-
YUV216.81113.44106.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 191 (75% from 255) = 31.06%
R=30.41%
G=38.54%
B=31.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872371910.2100.190.07124.858.1483.14
HexBBEDBF1501377d3a53
Octal27335527725023717572123
Binary1011101111101101101111111010101001111111111011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDBF; }

 p { color: rgb(187,237,191); }

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

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

 a { background-color: rgb(187,237,191); }

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

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

 span { border-color: rgb(187,237,191); }

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