#BBEFBD

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

Shades of Fringy Flower #BBEFBD

Tints of Fringy Flower #BBEFBD

Color information

#BBEFBD (or 0xBBEFBD) is unknown color: approx Fringy Flower. HEX triplet: BB, EF and BD. RGB value is (187,239,189). Sum of RGB (Red+Green+Blue) = 187+239+189=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFBD is #441042. Grayscale: #D9D9D9. Windows color (decimal): -4460611 or 12447675. OLE color: 12447675.

HSL color Cylindrical-coordinate representation of color #BBEFBD: hue angle of 122.31º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFBD is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB187239189-
CMYK0.2200.210.06
HSL122.31º61.9%83.53%-
HSV(B)122.31º21.76%93.73%-
XYZ60.5575.9759.62-
YUV217.75111.77106.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 189 (74.22% from 255) = 30.73%
R=30.41%
G=38.86%
B=30.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872391890.2200.210.06122.3161.983.53
HexBBEFBD1601567a3e54
Octal27335727526025617276124
Binary1011101111101111101111011011001010111011110101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFBD; }

 p { color: rgb(187,239,189); }

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

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

 a { background-color: rgb(187,239,189); }

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

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

 span { border-color: rgb(187,239,189); }

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