#BBEEBF

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

Shades of Fringy Flower #BBEEBF

Tints of Fringy Flower #BBEEBF

Color information

#BBEEBF (or 0xBBEEBF) is unknown color: approx Fringy Flower. HEX triplet: BB, EE and BF. RGB value is (187,238,191). Sum of RGB (Red+Green+Blue) = 187+238+191=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEBF is #441140. Grayscale: #D9D9D9. Windows color (decimal): -4460865 or 12578491. OLE color: 12578491.

HSL color Cylindrical-coordinate representation of color #BBEEBF: hue angle of 124.71º degrees, saturation: 0.6, 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 #BBEEBF is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB187238191-
CMYK0.2100.200.07
HSL124.71º60%83.33%-
HSV(B)124.71º21.43%93.33%-
XYZ60.4775.4860.67-
YUV217.39113.1106.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 191 (75% from 255) = 31.01%
R=30.36%
G=38.64%
B=31.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872381910.2100.200.07124.716083.33
HexBBEEBF1501477d3c53
Octal27335627725024717574123
Binary1011101111101110101111111010101010011111111011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEBF; }

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

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

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

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

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

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

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

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