#BCEFBB

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

Shades of Fringy Flower #BCEFBB

Tints of Fringy Flower #BCEFBB

Color information

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

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

Color convert

RGB188239187-
CMYK0.2100.220.06
HSL118.85º61.9%83.53%-
HSV(B)118.85º21.76%93.73%-
XYZ60.5876.0158.49-
YUV217.82110.6106.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391870.2100.220.06118.8561.983.53
HexBCEFBB150166773e54
Octal27435727325026616776124
Binary1011110011101111101110111010101011011011101111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFBB; }

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

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

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

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

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

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

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

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