#BBEFBC

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

Shades of Fringy Flower #BBEFBC

Tints of Fringy Flower #BBEFBC

Color information

#BBEFBC (or 0xBBEFBC) is unknown color: approx Fringy Flower. HEX triplet: BB, EF and BC. RGB value is (187,239,188). Sum of RGB (Red+Green+Blue) = 187+239+188=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFBC is #441043. Grayscale: #D9D9D9. Windows color (decimal): -4460612 or 12382139. OLE color: 12382139.

HSL color Cylindrical-coordinate representation of color #BBEFBC: hue angle of 121.15º 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 #BBEFBC is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB187239188-
CMYK0.2200.210.06
HSL121.15º61.9%83.53%-
HSV(B)121.15º21.76%93.73%-
XYZ60.4475.9359.05-
YUV217.64111.27106.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 188 (73.83% from 255) = 30.62%
R=30.46%
G=38.93%
B=30.62%

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
Decimal1872391880.2200.210.06121.1561.983.53
HexBBEFBC160156793e54
Octal27335727426025617176124
Binary1011101111101111101111001011001010111011110011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFBC; }

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

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

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

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

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

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

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

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